summaryrefslogtreecommitdiffstats
path: root/collectors/nfacct.plugin
diff options
context:
space:
mode:
authorSteve8291 <hambling8@gmail.com>2022-03-06 15:27:39 -0500
committerGitHub <noreply@github.com>2022-03-06 22:27:39 +0200
commit297c76c68eefe0dedb5dd465fefcd600d588fbee (patch)
tree39891be7dc1776378fc7dd4cef4b2f02e80d3e81 /collectors/nfacct.plugin
parente574139ebbbe2f57ef145ed9370c3c335a8e0700 (diff)
fix underscore in libnetfilter-acct-dev package (#12326)
Diffstat (limited to 'collectors/nfacct.plugin')
-rw-r--r--collectors/nfacct.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/nfacct.plugin/README.md b/collectors/nfacct.plugin/README.md
index 81f21ccfd1..bacc8b70eb 100644
--- a/collectors/nfacct.plugin/README.md
+++ b/collectors/nfacct.plugin/README.md
@@ -9,7 +9,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/nfacc
## Prerequisites
-1. install `libmnl-dev` and `libnetfilter_acct-dev` using the package manager of your system.
+1. install `libmnl-dev` and `libnetfilter-acct-dev` using the package manager of your system.
2. re-install Netdata from source. The installer will detect that the required libraries are now available and will also build `netdata.plugin`.