aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6a8dc98..f6cd77a 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
The tool checks for imports for a given `go.mod` file that
-- uses `unsafe`
-- uses cgo
+- use `unsafe`
+- use cgo
- import `/net/http/pprof`
The checks are performed transitively, following dependencies.