Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Jan 18, 2023
1 parent 85c242e commit fd5bcf3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,13 @@ That's it, you have successfully created a Webnative app! 🚀
## Basics

WNFS exposes a familiar POSIX-style interface:
- `add`: add a file
- `cat`: retrieve a file
- `exists`: check if a file or directory exists
- `ls`: list a directory
- `mkdir`: create a directory
- `mv`: move a file or directory
- `read`: alias for `cat`
- `read`: read from a file
- `rm`: remove a file or directory
- `write`: alias for `add`
- `write`: write to a file


## Versioning
Expand Down

0 comments on commit fd5bcf3

Please sign in to comment.