Skip to content

Commit

Permalink
docs(readme) fix the second luacheck link
Browse files Browse the repository at this point in the history
Parentheses must be escaped otherwise Github's Markdown implementation will treat that part as the URL.

Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
  • Loading branch information
mortonfox authored and thibaultcha committed Sep 13, 2016
1 parent b77581a commit 558ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -262,7 +262,7 @@ usage of the tests suites and the Makefile.

Finally, a very useful tool in Lua development (as with many other dynamic
languages) is performing static linting of your code. You can use [luacheck]
(installed with `make dev`) for this:
\(installed with `make dev`\) for this:

```
$ make lint
Expand Down

0 comments on commit 558ec50

Please sign in to comment.