diff --git a/README.md b/README.md index 57fbe5e..632e0d9 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ Here is the list of available commands by default: -| Command | Alias | Explanation | -| -------- | ------------------------------- | ------------------------------------------------------------------- | -| `add` | | Add command to the database (`add command_name command_message`) | -| `remove` | `delete` | Remove command from database (`remove command_name`) | -| `list` | `commande`, `commandes`, `help` | Print all available commands (internal and user-defined) | -| `edit` | | Modify a database command (`edit command_name new_command_message`) | +> Some command have aliases, see `list` for more information + +| Command | Explanation | +| -------- | ------------------------------------------------------------------- | +| `add` | Add command to the database (`add command_name command_message`) | +| `remove` | Remove command from database (`remove command_name`) | +| `list` | Print all available commands (internal and user-defined) | +| `edit` | Modify a database command (`edit command_name new_command_message`) | ## Setup with Docker