mmetc 3 gadi atpakaļ
vecāks
revīzija
7126f8f0ff
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      cmd/crowdsec-cli/completion.go
  2. 1 1
      pkg/leakybucket/README.md

+ 1 - 1
cmd/crowdsec-cli/completion.go

@@ -37,7 +37,7 @@ func NewCompletionCmd() *cobra.Command {
   $ source <(cscli completion bash)
   $ source <(cscli completion bash)
 ` + "```" + `
 ` + "```" + `
 
 
-### Zsh:
+### Zsh:
 ` + "```shell" + `
 ` + "```shell" + `
   # If shell completion is not already enabled in your environment,
   # If shell completion is not already enabled in your environment,
   # you will need to enable it.  You can execute the following once:
   # you will need to enable it.  You can execute the following once:

+ 1 - 1
pkg/leakybucket/README.md

@@ -27,7 +27,7 @@ Default buckets have two main configuration options:
  * leakspeed: duration needed for an event to leak. When an event
  * leakspeed: duration needed for an event to leak. When an event
    leaks, it disappear from the bucket.
    leaks, it disappear from the bucket.
 
 
-## Trigger
+## Trigger
 
 
 It's a special type of bucket with a zero capacity. Thus, when an
 It's a special type of bucket with a zero capacity. Thus, when an
 event is poured in a trigger, it always raises an overflow.
 event is poured in a trigger, it always raises an overflow.