Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
matyb committed Dec 14, 2013
1 parent aac4853 commit dd4cf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://github.com/matyb/java-koans/archive/master.zip
* *lib/file-monitor*: the file monitoring module for notifying the app when files are saved
* *lib/util*: application agnostic interfaces and utilities shared in projects
* Change directory to the koans directory: ```cd koans```
* If you are using windows enter: ```run.bat``` or ```sh run.sh``` if you are using Mac or Linux.
* If you are using windows enter: ```run.bat``` or ```./run.sh``` if you are using Mac or Linux.

Developing a Koan:
==================
Expand Down
2 changes: 1 addition & 1 deletion koans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://github.com/matyb/java-koans/archive/master.zip
* *lib/file-monitor*: the file monitoring module for notifying the app when files are saved
* *lib/util*: application agnostic interfaces and utilities shared in projects
* Change directory to the koans directory: ```cd koans```
* If you are using windows enter: ```run.bat``` or ```sh run.sh``` if you are using Mac or Linux.
* If you are using windows enter: ```run.bat``` or ```./run.sh``` if you are using Mac or Linux.

Developing a Koan:
==================
Expand Down

0 comments on commit dd4cf91

Please sign in to comment.