Skip to content

Commit f712dec

Browse files
committed
Improved README.md
(cherry picked from commit 34a6406)
1 parent 11d2288 commit f712dec

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ In the Julia REPL type:
2525
using UnicodeREPL
2626
```
2727

28-
Hereafter, you will be able to enter "unicode repl" mode by typing
28+
Herafter you can get use the docstring (by typing `?UnicodeREPL`) to get a
29+
quick overview of how to use UnicodeREPL.
30+
31+
The main feature is "unicode repl" mode, which can be entered by typing
2932
the `^` character at the start of a line.
30-
In "unicode repl" mode, any pattern matching `\u(XXXX)` will be
33+
When the `Tab` key is pressed in "unicode repl" mode, any pattern matching
34+
`\u(XXXX)` will be
3135
converted to the Unicode character corresponding to `XXXX`, where `XXXX` is a
3236
string of any length containing the hexadecimal
3337
[Unicode codepoint](https://codepoints.net) of a valid Unicode character.

0 commit comments

Comments
 (0)