summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPablo Mazzini <pmazzini@gmail.com>2022-08-12 09:57:29 +0100
committerGitHub <noreply@github.com>2022-08-12 09:57:29 +0100
commit99ad3cf323903d0ecddca3106736c4a747f60a11 (patch)
tree1cb716cc67a4f79da7048481710421887ce43bed
parentfeb14de874aeca08e22d0d0a2f7859315646289d (diff)
parent509691fd59ec89e4862007550fe45bff421e4e77 (diff)
Merge branch 'master' into fix-nil-options
-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}
```