Use parametrized odb in README

This commit is contained in:
Carlos Martín Nieto
2013-01-21 12:46:25 +01:00
parent 285368566f
commit f860766fe5

View File

@@ -26,7 +26,7 @@ The API looks basically like this:
Repo = geef:repository(<<".">>).
Workdir = Repo:workdir().
Odb = geef:repository_odb(Repo).
Exists = geef:odb_exists(Odb, HexSha).
Exists = Odb:exists(HexSha).
CONTRIBUTING