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 <[email protected]>
  • Loading branch information
mortonfox authored and thibaultcha committed Sep 13, 2016
1 parent 23c4f56 commit 46f9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 46f9380

Please sign in to comment.