Skip to content

Commit 6d826d9

Browse files
author
Kurtis LoVerde
committed
update readme
1 parent cae1b13 commit 6d826d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ResrictedTextField is a jQuery plugin which enforces data formats on HTML text b
1111
* Prevent invalid keystrokes or catch a validation failure event to handle it as you wish
1212
* Endlessly extendible: define your own types
1313
* Features 23 built-in types:
14-
1514
1. Alpha strings
1615
2. Uppercase alpha strings
1716
3. Lowercase alpha strings
@@ -47,7 +46,7 @@ ResrictedTextField is a jQuery plugin which enforces data formats on HTML text b
4746

4847
## Events
4948

50-
The following events are fired based on the state of the text field:
49+
These events are fired based on the state of the text field
5150

5251
| Event name | Description |
5352
| ------------------| ----------------------------------------------------------------|
@@ -64,7 +63,7 @@ The following events are fired based on the state of the text field:
6463
```
6564
```javascript
6665
$( "#field" ).restrictedTextField( {
67-
type: "alpha"
66+
type : "alpha"
6867
} );
6968
```
7069

0 commit comments

Comments
 (0)