From af30f2b68f147b2fb0f0a6a64f5ac7ec0ff9ae0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6rg=20Schmidt?= Date: Wed, 28 May 2014 20:08:50 +0200 Subject: [PATCH] README <3 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01cc658..94b33d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # docuri [![Build Status](https://travis-ci.org/jo/docuri.svg?branch=master)](https://travis-ci.org/jo/docuri) Rich document ids for CouchDB: -`type/id/subtype/index/version` +``` +type/id/subtype/index/version +``` For example: `movie/blade-runner/gallery-image/12/medium` @@ -11,7 +13,8 @@ Docuris have many advantages: * They tell a lot about the document * You can rely on a schema and construct ids of dependend documents (eg. a specific version of an image) * You can easily delete related documents (eg. by requesting a range from `_all_docs`) -and I'm sure I forgot to mention the best... + +...and I'm sure I forgot to mention the best. Give Docuris a try!