Merge pull request #28 from NateEag/patch-1

Fix typo in README.md (singer -> single)
This commit is contained in:
Bonnie I-Man Ng 2022-05-08 01:32:45 +08:00 committed by GitHub
commit 9dbc77ba6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,7 +405,7 @@ grep 'A\|B\|C\|D'
grep 'A.*B'
```
##### Regex any singer character (e.g. ACB or AEB)
##### Regex any single character (e.g. ACB or AEB)
```bash
grep 'A.B'
```