Skip to content

Commit 9c3324b

Browse files
author
Mark
committed
correct readme (driver.deleteUser)
1 parent e72d160 commit 9c3324b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ If you are using [authentication] (http://docs.arangodb.com/ConfigureArango/Auth
293293

294294
##DELETE user
295295
``` Java
296-
arangoDriver.createUser("myUser");
296+
arangoDriver.deleteUser("myUser");
297297
```
298298

299299

0 commit comments

Comments
 (0)