Skip to content

Commit 13fd65f

Browse files
committed
Improve common errors section formatting
1 parent 0ca53e8 commit 13fd65f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,24 @@ busted spec/path_to_file.lua
7676

7777
### Common Errors
7878

79-
#### "module "busted.runner" not found" or "pl.path requires LuaFileSystem" Error
80-
81-
If you see one of the errors like the above fix it by
79+
If you encounter the `module 'busted.runner' not found`
80+
or `pl.path requires LuaFileSystem` errors, fix it by
8281
runing the following command the following command:
8382

8483
```bash
8584
eval $(luarocks path --no-bin)
8685
```
8786

88-
#### "sh: nlua: command not found" Error
89-
90-
If the error above occurs do[^1]:
87+
If you encounter `sh: nlua: command not found` error the error above occurs do[^1]:
9188

92-
##### Linux/Max
89+
#### Linux/Max
9390

9491
Run the following command:
9592
```bash
9693
export PATH=$PATH:~/.luarocks/bin
9794
```
9895

99-
##### Windows
96+
#### Windows
10097

10198
See the following guide to a variable to the PATH: [add to PATH][add-env-vars-windows].
10299

0 commit comments

Comments
 (0)