Skip to content

Commit

Permalink
[doc] added Compatibility section, added link to gherkin project
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Aug 31, 2010
1 parent a970983 commit 92100f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -1,5 +1,6 @@



# kyuri - plain words go in, [VowsJS][3] stubs come out

<img src = "http://imgur.com/WwNkr.gif" border="0">
Expand Down Expand Up @@ -49,6 +50,9 @@ vows.describe('Addition').addBatch({
}).export(module);
</pre>

## 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

Expand Down Expand Up @@ -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"

0 comments on commit 92100f1

Please sign in to comment.