diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-09-07 14:01:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 14:01:27 +0200 |
commit | 78d7944bbf4608437563114c0e4291a9a516cfff (patch) | |
tree | 787561730ac8693b78be4c9de0e51b7156adaa8b | |
parent | e1eadecf59abea89433a125d4899947282899e00 (diff) | |
download | afl++-78d7944bbf4608437563114c0e4291a9a516cfff.tar.gz |
Update docs/rpc_statsd.md
-rw-r--r-- | docs/rpc_statsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rpc_statsd.md b/docs/rpc_statsd.md index cff93b7c..2d340dd7 100644 --- a/docs/rpc_statsd.md +++ b/docs/rpc_statsd.md @@ -66,7 +66,7 @@ For all your fuzzers, only one instance of StatsD, Prometheus, and Grafana is re You can create and move the infrastructure files into a directory of your choice. The directory will store all the required configuration files. -To install and set up StatsD, Prometheus, and Grafana: +To install and set up Prometheus and Grafana: 1. Install Docker and Docker Compose: |