Browse Source

missed something

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 6 years ago
parent
commit
e47bf0acc9
  1. 5
      _develop/storage.md

5
_develop/storage.md

@ -107,7 +107,10 @@ You use the <a href="https://blockstack.github.io/blockstack.js/classes/usersess
```JavaScript
blockstack.deleteFile("/hello.txt")
var userSession = new UserSession()
userSession.deleteFile("/hello.txt")
.then(() => {
// /hello.txt is now removed.
})

Loading…
Cancel
Save