summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHochikong <1097225749@qq.com>2016-08-24 14:43:56 +0800
committerGitHub <noreply@github.com>2016-08-24 14:43:56 +0800
commitaa8082393f42d5b10b910dfacdc5f57f59e7175f (patch)
treeba537d001d52467a196f6c6af0cd6daabc3c95d2
parent5c7c56264681faa44b2bca036973b08cecf168ae (diff)
downloadpython-vyos-mgmt-aa8082393f42d5b10b910dfacdc5f57f59e7175f.tar.gz
python-vyos-mgmt-aa8082393f42d5b10b910dfacdc5f57f59e7175f.zip
Update README.md
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fbb74ad..e769a20 100755
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Because we have save the configuration,so if you reboot the VyOS system but the
If you change the configuration,you must commit and save it then you can exit configure mode.But you can use vyos.exit(force=Ture) to execute "exit discard" command.
-##Something you may know
+##Something you should know
1.Only admin level user can use this library to login and execute all configuration methods.
2.When you initialize the Router class,the second parameters is 'username:password'.