Unverified Commit 6881dfdc authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #89 from vorburger/patch-1

fix typo in readme.go
parents d5fa746e dd950d2d
...@@ -7,7 +7,7 @@ https://github.com/multiformats/multibase) without the 'B' prefix. ...@@ -7,7 +7,7 @@ https://github.com/multiformats/multibase) without the 'B' prefix.
All the object files are placed in a tree of directories, based on a All the object files are placed in a tree of directories, based on a
function of the CID. This is a form of sharding similar to function of the CID. This is a form of sharding similar to
the objects directory in git repositories. Previously, we used the objects directory in git repositories. Previously, we used
prefixes, we now use the next-to-last two charters. prefixes, we now use the next-to-last two characters.
func NextToLast(base32cid string) { func NextToLast(base32cid string) {
nextToLastLen := 2 nextToLastLen := 2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment