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

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