mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Update README.md
This commit is contained in:
parent
dd61a91858
commit
4061807106
@ -109,7 +109,9 @@ gun.get('usernames/marknadal').val(function(user){
|
||||
});
|
||||
```
|
||||
|
||||
Basically, this tells gun to check `'usernames/marknadal'`, and then return the object it finds associated with it. For more information, including how to save relational or document based data, [check out the wiki](https://github.com/amark/gun/wiki).
|
||||
Basically, this tells gun to check `'usernames/marknadal'`, and then return the object it finds associated with it. For more information, including how to save relational or document based data, [check out the wiki](https://github.com/amark/gun/wiki), or watch this tutorial:
|
||||
|
||||
[](https://youtu.be/cOO6wz1rZVY)
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user