README.md in pinata-1.0.2 vs README.md in pinata-1.0.3

- old
+ new

@@ -82,11 +82,12 @@ ```ruby client.files.upload(file: "/path/to/file") client.files.list client.files.list("metadata[key]": "value") client.files.get(file_id: "1234567890") -client.files.update(file_id: "thefilesid", "name": "thenameoffile") client.files.sign("gateway": "yourgatewaydomain", "file_cid": "thefilecid", "expires": 500000) +client.files.update(file_id: "thefilesid", "name": "thenameoffile") +client.files.delete(file_id: "1234567890") ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.