From 44352e8fa4823244dd0a0d98d619d09a0c0ee22c Mon Sep 17 00:00:00 2001 From: cy <1040641785@qq.com> Date: Fri, 20 Nov 2020 00:11:31 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 311514c..e21eaa9 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ information ([Issue #25](https://github.com/CAIDA/bgpview/issues/25)). You may want to filter it out by doing something like: ``` -bgpview-consuer [arguments] 2>&1 | fgrep -v DEBUG | fgrep -v INFO | fgrep -v "AS Path Store" +bgpview-consumer [arguments] 2>&1 | fgrep -v DEBUG | fgrep -v INFO | fgrep -v "AS Path Store" ``` ### Running a private BGPView deployment