Fix spelling mistake in README.md

ctfcli-challenge-finalize-command
sebastianpc 2020-04-05 18:50:13 +02:00 committed by GitHub
parent 354ebfe9e9
commit f394c25b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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!*
*`ctfcli` is an alpha project! The plugin interface is likely to change!*