From 9b84982bab328a74dbe52f4187d4b3df9c955b2d Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 2 Aug 2019 16:01:44 -0500 Subject: [PATCH] Update README.md Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaf4d8e..4df5c90 100644 --- a/README.md +++ b/README.md @@ -87,14 +87,14 @@ Including: #### Requirements * Go (go1.12.4 or newer) -#### Dependancys +#### Dependencies * [go-ssdp](https://github.com/koron/go-ssdp) * [websocket](https://github.com/gorilla/websocket) * [osext](https://github.com/kardianos/osext) #### Build 1. Download source code -2. Install dependancys +2. Install dependencies ``` go get github.com/koron/go-ssdp go get github.com/gorilla/websocket