Browse Source

Merge pull request #2708 from judwhite/patch-1

README.md: change setDir -> setdir
Xiang Li 10 years ago
parent
commit
9dd7c1c60b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcdctl/README.md

+ 1 - 1
etcdctl/README.md

@@ -70,7 +70,7 @@ Hola mundo
 Create or update a directory called `/mydir`:
 Create or update a directory called `/mydir`:
 
 
 ```
 ```
-$ etcdctl setDir /mydir
+$ etcdctl setdir /mydir
 ```
 ```