Skip to content

Commit 6cf3af3

Browse files
authored
Update README.md
1 parent 462002d commit 6cf3af3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# jquery-rsLiteGrid [![Build Status](https://travis-ci.org/ruisoftware/jquery-rsLiteGrid.svg?branch=master)](https://travis-ci.org/ruisoftware/jquery-rsLiteGrid)
22
Easily input tabular data using only your keyboard.
33

4-
#Key Features
4+
# Key Features
55
- Optional minimum and/or maximum number of rows;
66
- Configurable markup and tabstop for each column;
77
- Use cursor keys, Tab, Shift+Tab to navigate across all the columns and rows;
@@ -10,7 +10,7 @@ Easily input tabular data using only your keyboard.
1010
- Rows can be added or removed asynchronously after an ellapsed time. Ideal for CSS3 animations;
1111
- Small footprint.
1212

13-
#Installation
13+
# Installation
1414

1515
You can install from [npm](https://www.npmjs.com/):
1616
````bash
@@ -24,7 +24,7 @@ or you can download the Zip archive from github, clone or fork this repository a
2424

2525
You also need to download jQuery. In the example below, jQuery is downloaded from Google cdn.
2626

27-
#Usage
27+
# Usage
2828
````javascript
2929
<!doctype html>
3030
<html>

0 commit comments

Comments
 (0)