Skip to content

Commit a982e10

Browse files
committed
fix misprint
1 parent 600726b commit a982e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ will be available on - [http://localhost:4102](http://localhost:4102)
8585
### Generate code from openapi schema
8686

8787
```shell
88-
oapi-codegen -generate models,chi -o internal/app/server/server.gen.go --package routers api/openapi.yaml
88+
oapi-codegen -generate models,chi -o internal/app/server/server.gen.go --package routers api/openapi.yaml
8989
```
9090

9191
## DataBase
@@ -140,5 +140,5 @@ $ export PATH="$PATH:$HOME/bin:$HOME/go/bin"
140140
```
141141
$ make run-db
142142
$ psql postgresql://postgres:postgres@localhost:4112/ctf01d_training_platform
143-
ctf01d_training_platform=#
144-
```
143+
ctf01d_training_platform=#
144+
```

0 commit comments

Comments
 (0)