1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00

Update docs/sdks/node-cli/GETTING_STARTED.md

Co-authored-by: Aditya Oberai <31401437+adityaoberai@users.noreply.github.com>
This commit is contained in:
Christy Jacob 2022-02-21 19:33:20 +04:00 committed by GitHub
parent bcc2271413
commit dcaec7371c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ $ appwrite -h
To get information about a particular service and the commands available in a service you can use
```sh
$ appwrite users // or
$ apwrite users --help // or
$ appwrite users --help // or
$ appwrite users help // or
$ appwrite accounts
```