Browse Source

fix: #1129

fix/update-favicon
Alexander Graebe 4 years ago
parent
commit
36feb6e52e
  1. 2
      src/pages/build-apps/guides/data-storage.md

2
src/pages/build-apps/guides/data-storage.md

@ -143,7 +143,7 @@ Set an additional `app` property within `options` to retrieve data for a user as
```js
const options = {
app: 'example.org'
app: 'https://example.org'
username: 'markmhendrickson.id.blockstack',
};
```

Loading…
Cancel
Save