Skip to content

Commit

Permalink
Merge pull request #292 from aycabta/add-link-to-readline
Browse files Browse the repository at this point in the history
README: Add a link to document of readline stdlib
  • Loading branch information
aycabta authored Jun 21, 2021
2 parents 301ed11 + 643753a commit 1bd14bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Reline is compatible with the API of Ruby's stdlib 'readline', GNU Readline and

### Single line editing mode

See [bin/example](https://github.com/ruby/reline/blob/master/bin/example)
It's compatible with the readline standard library.

See [the document of readline stdlib](https://ruby-doc.org/stdlib/libdoc/readline/rdoc/Readline.html) or [bin/example](https://github.com/ruby/reline/blob/master/bin/example).

### Multi-line editing mode

Expand Down

0 comments on commit 1bd14bd

Please sign in to comment.