Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Aug 24, 2011
1 parent bb30357 commit 99f31fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ The `Recorder` class has some configuration properties that you can override:
If you have a file called `BetamaxConfig.groovy` or `betamax.properties` somewhere in your classpath it will be picked
up by the `Recorder` constructor.

### Example `BetamaxConfig.groovy` script
### Example _BetamaxConfig.groovy_ script

betamax {
tapeRoot = new File("test/fixtures/tapes")
proxyPort = 1337
}

### Example `betamax.properties` files
### Example _betamax.properties_ file

betamax.tapeRoot=test/fixtures/tapes
betamax.proxyPort=1337
Expand Down

0 comments on commit 99f31fa

Please sign in to comment.