Skip to content

Commit

Permalink
Fix typo in README (securego#235)
Browse files Browse the repository at this point in the history
`PORJECT` -> `PROJECT`
  • Loading branch information
Dom Udall 改善 authored and Cosmin Cojocar committed Sep 3, 2018
1 parent 7fd9446 commit 63b25c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can run the `gosec` tool in a container against your local Go project. You j
`GOPATH` of the container:

```
docker run -it -v $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PORJECT PATH> securego/gosec /go/src/<YOUR PROJECT PATH>
docker run -it -v $GOPATH/src/<YOUR PROJECT PATH>:/go/src/<YOUR PROJECT PATH> securego/gosec /go/src/<YOUR PROJECT PATH>
```

#### Generate TLS rule
Expand Down

0 comments on commit 63b25c1

Please sign in to comment.