diff --git a/README.md b/README.md index f1b495e..3274b27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# plow +# plow Plow is a HTTP(S) benchmarking tool, written in Golang. It uses excellent [fasthttp](https://github.com/valyala/fasthttp#http-client-comparison-with-nethttp) instead of Go's default net/http due to its lightning fast performance. @@ -41,6 +41,15 @@ Latency Histogram: 524µs 3 ``` +- [Installation](#installation) + - [Via Go](#via-go) + - [Via Docker](#via-docker) + - [Via Homebrew](#via-homebrew) +- [Usage](#usage) + - [Options](#options) + - [Examples](#examples) + - [License](#license) + ## Installation Binary and image distributions are available through the [releases](https://github.com/six-ddc/plow/releases) assets page.