From b04af7d5b9346ceb1a8c5d4e7469b4ed39ce5e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Staltz?= Date: Tue, 19 Aug 2014 17:15:24 +0300 Subject: [PATCH] Updated README.md to reflect git-done v2 adoption --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff089e..5abbd74 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Fork and git clone the repository. npm install ``` -The roadmap is entirely specified in the [TODO](https://github.com/staltz/rxmarbles/blob/master/TODO) file, which follows the [git-done](https://github.com/staltz/git-done) syntax. You can also use `git done` instead of `git commit` if you wish. For minor bug fixes, you won't need to deal with the TODO file. But if you're building a feature, remember to write a `+ DONE` entry before you commit and send the pull request. +The roadmap is entirely specified in the [TODO](https://github.com/staltz/rxmarbles/blob/master/TODO) file, which follows the [git-done](https://github.com/staltz/git-done) syntax. You can also use `git done` instead of `git commit` if you wish. For minor bug fixes, you won't need to deal with the TODO file. But if you're building a feature, remember to write a `DONE` entry before you commit and send the pull request. The build system is [gulp](http://gulpjs.com/). To develop, run in watch mode using the default task: