Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristn committed Apr 23, 2019
1 parent ceab7a1 commit f2789d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Blobs blobs = new Blobs(settings);

## Getting Started - IO
```
bool success = blobs.Write("test", "This is some data").Result;
bool success = blobs.Write("test", "text/plain", This is some data").Result;
byte[] data = blobs.Get("test"); // throws IOException
bool exists = blobs.Exists("test").Result;
bool success = blobs.Delete("test").Result;
Expand Down

0 comments on commit f2789d7

Please sign in to comment.