Skip to content

Commit 126e2c6

Browse files
committed
fix readmes and changes
1 parent 196a174 commit 126e2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Once your SDK object is set, access any of the Appwrite services and choose any
6262

6363
```js
6464
// Register User
65-
sdk.account.create('[email protected]', 'password', 'Jane Doe')
65+
sdk.account.create('[USER_ID]', '[email protected]', 'password', 'Jane Doe')
6666
.then(function (response) {
6767
console.log(response);
6868
}, function (error) {
@@ -82,7 +82,7 @@ sdk
8282
;
8383

8484
// Register User
85-
sdk.account.create('[email protected]', 'password', 'Jane Doe')
85+
sdk.account.create('[USER_ID]', '[email protected]', 'password', 'Jane Doe')
8686
.then(function (response) {
8787
console.log(response);
8888
}, function (error) {

0 commit comments

Comments
 (0)