From 8fa2b4886a985042e23e0985035dc3260222bf67 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Thu, 4 Jul 2019 22:23:02 +0300 Subject: [PATCH] Address feedback --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8e2a0d..51fcddf 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ or trademarks, whether by implication, estoppel or otherwise. # Usage -For general info on correlation vector, refer to [spec](https://microsoft.sharepoint.com/:w:/t/OneCollector/EUy_CKFrDeNBvqOe7ru42oEBjVaqs7kMJkxbF09o7Dic-w?rtime=0bHE72sA10g). +For general info on correlation vector, refer to [wiki page](https://osgwiki.com/wiki/CorrelationVector). ## Init new vector @@ -40,6 +40,7 @@ For general info on correlation vector, refer to [spec](https://microsoft.sharep let correlationVector = CorrelationVector() // Implicit v1 creation let correlationVectorV1 = CorrelationVector(.v1) let correlationVectorV2 = CorrelationVector(.v2) +let parsedCorrelationVector = CorrelationVector.parse("vtul4NUsfs9Cl7mOf.1") ``` ## Create new vector via extending existing vector