Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Silverman committed Jul 9, 2012
1 parent 8bfbde7 commit 2babac2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,8 @@ Now working. New load order math!

for example, in gherkin/lib/gherkin.rb:

```# require 'gherkin/lexer/i18n_lexer'
```ruby
# require 'gherkin/lexer/i18n_lexer'
# require 'gherkin/parser/parser'
Motion::Project::App.setup do |app|
app.files << File.expand_path(File.join(File.dirname(__FILE__),'gherkin/native/null.rb'))
Expand All @@ -31,7 +32,8 @@ Motion::Project::App.setup do |app|
app.files << File.expand_path(File.join(File.dirname(__FILE__),'gherkin/listener/formatter_listener.rb'))
app.files << File.expand_path(File.join(File.dirname(__FILE__),'gherkin/parser/parser.rb'))
app.files << File.expand_path(File.join(File.dirname(__FILE__),'gherkin.rb'))
end```
end
```

Where impossible or strange, A `FIXME` is produced. (not desirable but useful)

Expand Down

0 comments on commit 2babac2

Please sign in to comment.