Skip to content

Commit

Permalink
Merge pull request #92 from wmealing/master
Browse files Browse the repository at this point in the history
Fix typo/example in readme.md
  • Loading branch information
seancribbs committed Mar 18, 2013
2 parents 913fa16 + 7ba602b commit 64ce65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -419,7 +419,7 @@ The following example illustrates setting and getting links.
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}}
12> riakc_obj:get_links(MD1).
12> riakc_obj:get_all_links(MD1).
[]
13> MD2 = riakc_obj:set_link(MD1, [{<<"friend">>, [{<<"person">>,<<"jane">>},{<<"person">>,<<"richard">>}]}]).
{dict,1,16,16,8,80,48,
Expand Down

0 comments on commit 64ce65d

Please sign in to comment.