diff --git a/README.md b/README.md index 008c9e1..3442643 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,10 @@ log-socket To install the library: `go get github.com/taigrr/log-socket` +## Running +To run a demo of this library: +`go run main.go` + +This demo will do a sample of every log type and push results to `0.0.0.0:8080`. Once running, you can open a browser and navigate to +`0.0.0.0:8080` to see an example implementation of how logs are streamed. +