aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar M Javad <mjavadhpour@gmail.com> 2022-05-20 23:56:15 +0430
committerGravatar GitHub <noreply@github.com> 2022-05-20 12:26:15 -0700
commit960cb1a8d5a7d7a12e60510e48069d5126deb350 (patch)
tree7339839f61deacaa3f060c12974ac5a6460c6c7d
parent8a3a5c3b74565b1dd3d5e3d381b8ded95ba386c3 (diff)
downloadbun-960cb1a8d5a7d7a12e60510e48069d5126deb350.tar.gz
bun-960cb1a8d5a7d7a12e60510e48069d5126deb350.tar.zst
bun-960cb1a8d5a7d7a12e60510e48069d5126deb350.zip
docs: fix typo in readme (#179)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d95edb6e7..a40b80afd 100644
--- a/README.md
+++ b/README.md
@@ -843,7 +843,7 @@ That advice unfortunately **lowers** the hard limit to `8096`. This can be a pro
To fix this issue:
1. Remove any scripts that call `ulimit -n` and restart your shell.
-2. Try agin, and if the error still occurs, try setting `ulimit -n` to an absurdly high number, such as `ulimit -n 2147483646`
+2. Try again, and if the error still occurs, try setting `ulimit -n` to an absurdly high number, such as `ulimit -n 2147483646`
3. Try again, and if that still doesn’t fix it, open an issue
### bun install is stuck