diff --git a/README.md b/README.md index 272e7b9..c6d03e1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ FastRouter also provides some useful features, such as **grouping** and **middle # Features -**Fast**: See [Benchmark](#benchmark) +**Fast**: See [Go Web Framework Benchmark](https://github.com/razonyang/go-web-framework-benchmark) **Flexible**: FastRouter provides some customizable options for you: - TrailingSlashesPolicy: @@ -48,8 +48,4 @@ See [Documentation](https://godoc.org/github.com/razonyang/fastrouter) - [Middleware example](https://godoc.org/github.com/razonyang/fastrouter#example-Middleware) - [Serve static files example](https://godoc.org/github.com/razonyang/fastrouter#example-Router-ServeFiles) -See [Examples](https://godoc.org/github.com/razonyang/fastrouter#example-package) for details. - -# Benchmark - -![Benchmark](https://github.com/razonyang/go-web-framework-benchmark/raw/master/benchmark.png) \ No newline at end of file +See [Examples](https://godoc.org/github.com/razonyang/fastrouter#example-package) for details. \ No newline at end of file