Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Use syntax highlighting in the readme file (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
ming13 authored and jkleinsc committed Oct 17, 2016
1 parent d59c43e commit a9554d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To create a fixture, run `pouchdb-dump http://localhost:5984/main -u hradmin -p

To use a fixture, use `runWithPouchDump(${name_of_fixture}, function(){..});` in your acceptance test. For example,

```
```js
test('visiting /patients', function(assert) {
runWithPouchDump('default', function() {
//Actual test code here
Expand Down

0 comments on commit a9554d8

Please sign in to comment.