diff --git a/README.md b/README.md index ecfbb2b..9181958 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This produces two binaries: Start the server with an init script: ```sh -ranma-server start --init ./examples/unified/init +ranma start --init ./examples/unified/init ``` The init script launches widget processes that use the `ranma` CLI to add and update status bar items. diff --git a/examples/README.md b/examples/README.md index 24cc940..e0b2707 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,7 @@ Example widgets demonstrating ranma's capabilities. Each example can be used as an init script: ```sh -ranma-server start --init ./examples//init +ranma start --init ./examples//init ``` You can also run an init script directly while ranma-server is already running, to add widgets to the existing session: