From 2665d149a222cb3cf607ef0cf70ce7909462c50f Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 23 Apr 2018 21:22:49 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35a4ab1..02743b2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![coverage](https://img.shields.io/badge/coverage-83%25-brightgreen.svg)](https://gocover.io/github.com/schollz/peerdiscovery) [![godocs](https://godoc.org/github.com/schollz/peerdiscovery?status.svg)](https://godoc.org/github.com/schollz/peerdiscovery) -Pure-go library for cross-platform thread-safe local peer discovery using UDP broadcast. I needed a peer discovery for [croc](https://github.com/schollz/croc) and everything I tried had problems, so I made another one. +Pure-go library for cross-platform thread-safe local peer discovery using UDP broadcast. I needed to use peer discovery for [croc](https://github.com/schollz/croc) and everything I tried had problems, so I made another one. ## Install @@ -52,4 +52,4 @@ Pull requests are welcome. Feel free to... ## License -MIT \ No newline at end of file +MIT