aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-git@kesim.org>2023-06-20 12:35:23 +0200
committerÖzgür Kesim <oec-git@kesim.org>2023-06-20 12:35:23 +0200
commit15f17c5c92b1421dfe08d292b475b2d91772d6ab (patch)
tree080e9f70e0b319fa6e9e095624a91fa413d03081 /README.md
parentdfc8a40e5183a39fe85423fc55af907427042cde (diff)
More typos fixed
Diffstat (limited to 'README.md')
-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.