From 692114c099c8415bae2d792bc4e2730b8ef9008b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 14 May 2016 14:24:17 -0700 Subject: [PATCH] written in CoffeeScript -> mostly written in CoffeeScript --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8ac616f9..a4490db2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ If you're reporting a bug, the more detail you can give, the better. If I can't ### Contribute -- 4chan X is written in [CoffeeScript](http://coffeescript.org/). If you're already familiar with Javascript, it doesn't take long to pick up. +- 4chan X is mostly written in [CoffeeScript](http://coffeescript.org/). If you're already familiar with Javascript, it doesn't take long to pick up. - Edit the sources in the src/ directory (not the compiled scripts in builds/). - Compile the script with: `grunt` - Install the compiled script (found in the testbuilds/ directory), and test your changes.