From 9f12b25215df3978b1a3eaece4895303d9e00624 Mon Sep 17 00:00:00 2001 From: andi pieper Date: Mon, 19 May 2014 15:41:06 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f8a6b9..565aa30 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ require('docuri').merge('mytype/myid/mysubtype/myversion/myindex', { type: 'my_new_type', }); // 'my_new_type/myid/mysubtype/myversion/myindex' - +``` ## Browser support To use docid in your client-side application, browserify it like this: