Procházet zdrojové kódy

fix: typo in readme

Fabian Kirschner před 4 roky
rodič
revize
290118cbbe
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -164,8 +164,8 @@ gitleaks --path=path/to/local/repo/main.go -v --no-git
 ```
 ```
 
 
 #### Scan unstaged changes:
 #### Scan unstaged changes:
-If you have unstaged changes are are currently at the root of the repo, you can run `gitleaks` with no `--path` or `--repo-url` specified which will run a scan on your uncommitted changes. Or if you want to specify a
-path, you can run:
+If you have unstaged changes that are currently at the root of the repo, you can run `gitleaks` with no `--path` or `--repo-url` specified which will run a scan on your uncommitted changes.  
+Or if you want to specify a path, you can run:
 ```bash
 ```bash
 gitleaks --path=path/to/local/repo -v --unstaged
 gitleaks --path=path/to/local/repo -v --unstaged
 ```
 ```