Update README.md

This commit is contained in:
Clémentine Urquizar 2021-04-27 16:33:22 +02:00 committed by GitHub
parent 703d2026e4
commit cea0c1f41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ cargo run --release
cargo test
```
If you encouter any `Too many open files` error when running the tests, please upgrade the maximum number of open file descriptors with this command:
If you encounter any `Too many open files` error when running the tests, please upgrade the maximum number of open file descriptors with this command:
```
ulimit -Sn 3000