From 8b98f166cbcbc1e594fe685948449d877ab0ec5f Mon Sep 17 00:00:00 2001 From: Lance Harper Date: Wed, 17 Oct 2012 16:46:50 -0700 Subject: [PATCH] Update docs/server/bundles/versioning.markdown Fix name of client assembly. --- docs/server/bundles/versioning.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/bundles/versioning.markdown b/docs/server/bundles/versioning.markdown index 37381aafd4..8ff9a69559 100644 --- a/docs/server/bundles/versioning.markdown +++ b/docs/server/bundles/versioning.markdown @@ -58,7 +58,7 @@ Limitations ## Client integration -The Versioning bundle also have a client side part, which you can access by adding a reference to Raven.Client.Versioning assembly. +The Versioning bundle also have a client side part, which you can access by adding a reference to RavenDB.Client.Versioning assembly. You can then access past revisions of a document using the following code: