1
0
Fork 0

fix js in aragosh user mngmnt example (#4466)

This commit is contained in:
Manuel B 2018-02-06 23:13:03 +01:00 committed by Jan
parent 8626f96a4d
commit 96fd64d620
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ This is again for backward compatibility.
Fire up *arangosh* and require the users module. Use it to create a new user:
```
arangosh> var users = require('@arangodb/users');
arangosh> const users = require('@arangodb/users');
arangosh> users.save('JohnSmith', 'mypassword');
```