Skip to content

Commit e710eea

Browse files
Rishabh510apollonian
authored andcommitted
Update README.md (#60)
Better highlighted text headings. Removed '' from API table default value.
1 parent ff3c6f2 commit e710eea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ A fully customizable, one-time password input component for the web built with R
1414

1515
[![NPM](https://nodei.co/npm/react-otp-input.png?compact=true)](https://nodei.co/npm/react-otp-input/)
1616

17-
To install the latest stable version:
17+
#### To install the latest stable version:
1818

1919
```
2020
npm install --save react-otp-input
2121
```
2222

23-
Basic usage:
23+
#### Basic usage:
2424

2525
```javascript
2626
import React, { Component } from 'react';
@@ -156,19 +156,19 @@ export default class App extends Component {
156156

157157
## Development
158158

159-
To run the development server:
159+
#### To run the development server:
160160

161161
```
162162
npm run dev
163163
```
164164

165-
To run the development server for example:
165+
#### To run the development server for example:
166166

167167
```
168168
npm run docs
169169
```
170170

171-
To make a production build of the example:
171+
#### To make a production build of the example:
172172

173173
```
174174
npm run docs:prod

0 commit comments

Comments
 (0)