Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
saks committed Jan 13, 2017
1 parent ee171e9 commit 3878f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Resty Repl is a powerful alternative to the standard [luajit](http://luajit.org/
* Pretty print for objects
* A Powerful and flexible command system
* Ability to view and replay history
* Ability to see a context and source of the place in code from where repl was started
* Runtime invocation (use Resty Repl as a developer console or debugger)
* Tab completion
* Simple and easy way to debug lua running in the nginx ([openresty](http://openresty.org/en/))
Expand Down Expand Up @@ -99,7 +100,7 @@ Right now it's only compatible with:
- lua5.1 (no readline)

## Os Support
- GNU/Linux
- GNU/Linux
- Mac OS

## Roadmap
Expand All @@ -108,7 +109,6 @@ Right now it's only compatible with:
- full readline support for lua (no ffi environments)
- remote debugger
- command for showing function source
- show context and source of the place in code from where repl was started
- test suite with [resty-cli](https://github.com/openresty/resty-cli), [luajit](http://luajit.org/) and different versions of lua
- better inspect library

Expand Down

0 comments on commit 3878f41

Please sign in to comment.