diff --git a/README.md b/README.md new file mode 100644 index 0000000..008c9e1 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +log-socket +========== +`log-socket` is a drop-in replacement for Go's `log` package that allows for streaming of logs via WebSockets. + +## Installation +To install the library: +`go get github.com/taigrr/log-socket` +