diff --git a/README.md b/README.md index ed215db..a3e08d3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ctfcli can be installed with `pip install ctfcli` ## 1. Create an Event -ctfcli turns the current folder into a CTF event git repo. It asks for the base url of the CTFd instance you're working with ahd an access token. +ctfcli turns the current folder into a CTF event git repo. It asks for the base url of the CTFd instance you're working with and an access token. ``` ❯ ctf init @@ -122,4 +122,4 @@ The specification format has already been tested and used with CTFd in productio `ctfcli` plugins are essentially additions to to the command line interface via dynamic class modifications. See the [plugin documentation page](docs/plugins.md) for a simple example. -*`ctfcli` is an alpha project! The plugin interface is likely to change!* \ No newline at end of file +*`ctfcli` is an alpha project! The plugin interface is likely to change!*