Fix spelling mistake in README.md
parent
354ebfe9e9
commit
f394c25b16
|
@ -14,7 +14,7 @@ ctfcli can be installed with `pip install ctfcli`
|
||||||
|
|
||||||
## 1. Create an Event
|
## 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
|
❯ 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` 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!*
|
*`ctfcli` is an alpha project! The plugin interface is likely to change!*
|
||||||
|
|
Loading…
Reference in New Issue