Skip to content

Commit 8e572fc

Browse files
committed
Fix readme
1 parent 48c92e7 commit 8e572fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ There is now also an error mode which can be toggled with `entryView.toggleError
2828

2929
Customise keyboard type! The keyboard types are an enum with int raw values. Options are as follows:
3030

31-
```0: default // Default type for the current input method.
31+
```
32+
0: default // Default type for the current input method.
3233
1: asciiCapable // Displays a keyboard which can enter ASCII characters
3334
2: numbersAndPunctuation // Numbers and assorted punctuation.
3435
3: URL // A type optimized for URL entry (shows . / .com prominently).
@@ -37,7 +38,8 @@ Customise keyboard type! The keyboard types are an enum with int raw values. Opt
3738
6: namePhonePad // A type optimized for entering a person's name or phone number.
3839
7: emailAddress // A type optimized for multiple email address entry (shows space @ . prominently).
3940
8: decimalPad // A number pad with a decimal point.
40-
9: twitter // A type optimized for twitter text entry (easy access to @ #)```
41+
9: twitter // A type optimized for twitter text entry (easy access to @ #)
42+
```
4143

4244
## Author
4345

0 commit comments

Comments
 (0)