From 92100f1f720f7061f67f7aab2ca264b739bbe4d5 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Mon, 30 Aug 2010 20:52:45 -0400 Subject: [PATCH] [doc] added Compatibility section, added link to gherkin project --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e39f570..7e6d0e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ + # kyuri - plain words go in, [VowsJS][3] stubs come out @@ -49,6 +50,9 @@ vows.describe('Addition').addBatch({ }).export(module); +## Compatibility + +[gherkin][8] is fully supported by kyuri. kyuri can push and pull updates from the gherkin project, check out [i18n.js](http://github.com/nodejitsu/kyuri/blob/master/lib/kyuri/i18n.js) and [i18n-generator.rb](http://github.com/nodejitsu/kyuri/blob/master/src/i18n-generator.rb) ## Installation @@ -84,3 +88,4 @@ kyuri is meant to be a low-level tool. if you want to compose Features and Scena [5]: http://github.com/jashkenas "Jeremy Ashkenas" [6]: http://github.com/jashkenas/coffee-script "coffee-script" [7]: http://github.com/indexzero "Charlie Robbins" +[8]: http://wiki.github.com/aslakhellesoy/cucumber/gherkin "gherkin"