diff --git a/README.md b/README.md index ce4ea2eb85..b2266b4611 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ update(book, shelf) ``` * book: `` containing at minimum an `id` attribute -* shelf: `` contains one of ["wantToRead", "currentlyReading", "read"] +* shelf: `` contains one of ["wantToRead", "currentlyReading", "read", "none"] * Returns a Promise which resolves to a JSON object containing the response data of the POST request ### `search`