diff --git a/README.md b/README.md index e6c0c97..551a3eb 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ config example web-addr = 0.0.0.0:9090 rpc-addr = 127.0.0.1:54637 +# State +Only 4 states. + +![states](images/states.png) + # Plugin Design All command plugin will store in `$HOME/.gosuv/cmdplugin`, gosuv will treat this plugin as a subcommand. diff --git a/images/states.png b/images/states.png new file mode 100644 index 0000000..9a96e2d Binary files /dev/null and b/images/states.png differ