Skip to content

Commit

Permalink
Merge pull request #273 from ilanpillemer/master
Browse files Browse the repository at this point in the history
Spelling mistake in README.md fixed
  • Loading branch information
aslakhellesoy committed Mar 23, 2012
2 parents 88111b7 + 89cbc49 commit b71e5df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[![Build Status](https://secure.travis-ci.org/cucumber/cucumber-jvm.png)](http://travis-ci.org/cucumber/cucumber-jvm)

Cucumber-JVM is a pure Java implementation of Cucumber that supports the following programming languages:
Expand Down Expand Up @@ -119,7 +118,7 @@ Your `.feature` files must be in a folder that IDEA recognises as *source* or *t

Preferences -> Compiler -> Resource Patterns -> Add `;?*.feature`

If you are writing step definitions in a scripting language you must also add the appropriate file extenstion for that language as well.
If you are writing step definitions in a scripting language you must also add the appropriate file extension for that language as well.

### Eclipse

Expand Down

0 comments on commit b71e5df

Please sign in to comment.