From 97faf1f2c262f596e1d39818babc23ef5ad86b62 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 28 Jan 2013 19:57:37 -0500 Subject: [PATCH] add note about how to test a submission before sending a PR to the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f84260..df2063f4 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,5 @@ Adding your neat thing ] } -4. Send a pull request +4. Make sure that it looks alright by running `./web-server.js` (requires Node.js) +5. Send a pull request