diff --git a/README.md b/README.md index 2395e7a..97795e9 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,9 @@ [![build](https://github.com/PragmaticFlow/NBomber.Sinks.InfluxDB/actions/workflows/build.yml/badge.svg)](https://github.com/PragmaticFlow/NBomber.Sinks.InfluxDB/actions/workflows/build.yml) [![NuGet](https://img.shields.io/nuget/v/nbomber.sinks.influxdb.svg)](https://www.nuget.org/packages/nbomber.sinks.influxdb/) -[![Gitter](https://badges.gitter.im/nbomber/community.svg)](https://gitter.im/nbomber/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) A NBomber sink that writes statistics to InfluxDB -### How to install -To install NBomber.Sinks.InfluxDB via NuGet, run this command in NuGet package manager console: -```code -PM> Install-Package NBomber.Sinks.InfluxDB -``` - ### Documentation Documentation is located [here](https://nbomber.com/docs/reporting-sinks/influx-db). @@ -19,4 +12,4 @@ Documentation is located [here](https://nbomber.com/docs/reporting-sinks/influx- Would you like to help make NBomber even better? We keep a list of issues that are approachable for newcomers under the [good-first-issue](https://github.com/PragmaticFlow/NBomber.Sinks.InfluxDB/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) label. ### Examples -Example is located [here](https://github.com/PragmaticFlow/NBomber/tree/dev/examples/Demo/Features/RealtimeReporting/InfluxDB). +An example is located [here](https://github.com/PragmaticFlow/NBomber/tree/dev/examples/Demo/Features/RealtimeReporting/InfluxDB).