You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ctfcli can be installed with `pip install ctfcli`
14
14
15
15
## 1. Create an Event
16
16
17
-
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.
17
+
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.
18
18
19
19
```
20
20
❯ ctf init
@@ -122,4 +122,4 @@ The specification format has already been tested and used with CTFd in productio
122
122
123
123
`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.
124
124
125
-
*`ctfcli` is an alpha project! The plugin interface is likely to change!*
125
+
*`ctfcli` is an alpha project! The plugin interface is likely to change!*
0 commit comments