From a9554d8dfbf899160a359a9eb2cdbf03bffb2f82 Mon Sep 17 00:00:00 2001 From: Artur Dryomov Date: Mon, 17 Oct 2016 18:44:19 +0300 Subject: [PATCH] Use syntax highlighting in the readme file (#743) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9134e919b6..02de6b953b 100644 --- a/README.md +++ b/README.md @@ -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