From b6a068a7fe1fbb9525529d07ed7d0a891bdda6ef Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Thu, 8 Jan 2015 09:57:28 -0800 Subject: [PATCH] Readme typo (issue 42). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7a02068..5de76cb2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Blockly Google's Blockly is a web-based, visual programming editor. Users can drag -blocks together to build a programs. All code is free and open source. +blocks together to build programs. All code is free and open source. **The project page is https://developers.google.com/blockly/**