From baac31b037c28e98ef2e86274bead291e81c89e8 Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Sun, 16 Oct 2016 18:29:40 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 981e1a2bf..0dd89af4c 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ engine.registerTag('upper', { ## Contribution Guide -1. Make a clone. +1. Make a fork. 2. Write a test to demonstrate your feature is not supported yet. 3. Optionaly, change source files to make all test pass. 4. Create a pull request.