Browse Source
Merge pull request #225 from moxiegirl/update-example
Fixing the example
feat/clarity-updates
Moxiegirl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
_browser/todo-list.md
|
@ -249,7 +249,7 @@ file you just added by opening the Javascript console and running the following |
|
|
command: |
|
|
command: |
|
|
|
|
|
|
|
|
```Javascript |
|
|
```Javascript |
|
|
blockstack.getFile("todos.json", { decrypt: true }).then((file) => {console.log(file)}) |
|
|
userSession.getFile("todos.json", { decrypt: true }).then((file) => {console.log(file)}) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
You should see a JSON with the todos you just added: |
|
|
You should see a JSON with the todos you just added: |
|
|