Browse Source
Merge pull request #265 from danosaur98/patch-1
fixed typo
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
2 additions and
2 deletions
-
_develop/profiles.md
|
|
@ -13,7 +13,7 @@ You can use the blockstack.js library to create and register an ID on the Stacks |
|
|
|
* TOC |
|
|
|
{:toc} |
|
|
|
|
|
|
|
## About profiels |
|
|
|
## About profiles |
|
|
|
|
|
|
|
Profile data is stored using Gaia on the user's selected storage provider. An example of a `profile.json` file URL using Blockstack provided storage: |
|
|
|
|
|
|
@ -150,4 +150,4 @@ static getProofStatement(searchText: string) { |
|
|
|
return '' |
|
|
|
} |
|
|
|
} |
|
|
|
``` |
|
|
|
``` |
|
|
|