Browse Source

Merge pull request #269 from hongily25/patch-1

Update blockstack_storage.md
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
c565018800
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _browser/blockstack_storage.md

2
_browser/blockstack_storage.md

@ -173,7 +173,7 @@ Modify your authentication request to include the `publish_data` scope.
3. Change it to this:
```javascript
const appConfig = new AppConfig(scopes:['store_write', 'publish_data'])
const appConfig = new AppConfig(['store_write', 'publish_data'])
```
By default, authentication requests include the `store_write` scope which

Loading…
Cancel
Save