summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKristoff <kristofn@protonmail.ch>2022-08-12 10:54:12 +0200
committerGitHub <noreply@github.com>2022-08-12 09:54:12 +0100
commit509691fd59ec89e4862007550fe45bff421e4e77 (patch)
tree10915d961024c9a192dee40c2c73199f5ac3c26e
parent1ca156eafb9f20f7884eddc2cf610bade5dfb560 (diff)
Fix typo in readme (#471)
Signed-off-by: Kristof Nagy <kristofn@protonmail.ch>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6d41f7..979bc7a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ You will probably only need `dhcpv6` and/or `dhcpv4` explicitly. The rest is
pulled in automatically if necessary.
-So, to get `dhcpv6` and `dhpv4` just run:
+So, to get `dhcpv6` and `dhcpv4` just run:
```
go get -u github.com/insomniacslk/dhcp/dhcpv{4,6}
```