Skip to content

Commit

Permalink
Fixed typos and an invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Mar 10, 2018
1 parent f9e4e8c commit a6dbd80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ return the results where `strerr` will be mapped to `stdout`.
> Only available if compiled with `readline` support.
## Profile
[A user profile](https://www.github.com/cuhsat/palantir-profile) can be
A [user profile](https://www.github.com/cuhsat/palantir-profile) can be
placed under `~/.profile.lua` and will be loaded at the start.

## Modules
Expand Down Expand Up @@ -97,7 +97,7 @@ processing will be prevented.

The `<command>` names will be converted to lowercase.

Here is an example on how to implement an simple _Echo Server_:
Here is an example on how to implement a simple _Echo Server_:
```
function server_echo(param)
net.send('ECHO', param)
Expand Down Expand Up @@ -186,11 +186,15 @@ $ cmake [-DDEBUG=ON] . && make [VERBOSE=1]
```

## Required
Required minimum versions:

* [CMake 3.0](https://cmake.org)
* [Lua 5.1](https://www.lua.org)

## Supported
* [Readline](https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html)
Suppored minimum versions:

* [Readline 6](https://tiswww.case.edu/php/chet/readline/rltop.html)

# License
Licensed under the terms of the [MIT License](LICENSE).
2 changes: 1 addition & 1 deletion src/palantir.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <lua.h>

#define VERSION "1.29.0"
#define VERSION "1.29.1"

#if LUA_VERSION_NUM < 501
#error "Lua 5.1 required"
Expand Down

0 comments on commit a6dbd80

Please sign in to comment.