Fix some typos in readme.md (#247)

This commit is contained in:
Rodrigo Queiro 2020-09-29 21:33:29 +02:00 committed by GitHub
parent 0f2216af4d
commit de3e5885d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Copyright (C) 2011-2012 Steve Donovan.
This project grew out of the documentation needs of This project grew out of the documentation needs of
[Penlight](https://github.com/stevedonovan/Penlight) (and not always getting satisfaction [Penlight](https://github.com/stevedonovan/Penlight) (and not always getting satisfaction
with LuaDoc) and depends on Penlight itself.(This allowed me to _not_ write a lot of code.) with LuaDoc) and depends on Penlight itself. (This allowed me to _not_ write a lot of code.)
The [API documentation](http://stevedonovan.github.com/Penlight/api/index.html) of Penlight The [API documentation](http://stevedonovan.github.com/Penlight/api/index.html) of Penlight
is an example of a project using plain LuaDoc markup processed using LDoc. is an example of a project using plain LuaDoc markup processed using LDoc.
@ -46,7 +46,7 @@ in Lua for Windows, and Penlight is also available through LuaRocks as `luarocks
penlight`. penlight`.
Unpack the sources somewhere and make an alias to `ldoc.lua` on your path. That is, either Unpack the sources somewhere and make an alias to `ldoc.lua` on your path. That is, either
an excutable script called 'ldoc' like so: an executable script called 'ldoc' like so:
lua /path/to/ldoc/ldoc.lua $* lua /path/to/ldoc/ldoc.lua $*