From fd5ba0863cb67d9bef8bb15fb8ea49543d3098d8 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Mon, 22 Sep 2014 11:30:08 -0700 Subject: [PATCH] Linking README to wiki. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55876e3f4..ecfa901f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -This is a read-only copy of the canonical Blockly repository [https://code.google.com/p/blockly/]. -Please do not issue pull requests here. +# Blockly + +Google's Blockly is a web-based, graphical programming editor. Users can drag +blocks together to build a programs. All code is free and open source. + +*The project page is [https://github.com/google/blockly/wiki]*