Skip to content

Commit 677b637

Browse files
authored
Fixes: #33 - optimised the documentation (#38)
* Fixes: #33 - optimized the documentation * add another file
1 parent 46ebde3 commit 677b637

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](https://user-images.githubusercontent.com/7692626/30778463-2e0a6c64-a0f4-11e7-9f81-f44dd0538caf.png)
22

3-
# @99xt/pagination-react
3+
# @99xt/react-pagination
44

55
[![npm package][npm-badge]][npm]
66
[![Coveralls](https://coveralls.io/repos/github/99xt/react-pagination/badge.svg?branch=master)](https://coveralls.io/github/99xt/react-pagination?branch=master)
@@ -23,7 +23,7 @@ Simple pagination component for React JS apps.
2323
To install this library, run:
2424

2525
```bash
26-
npm install @99xt/pagination-react --save
26+
npm install @99xt/react-pagination --save
2727
```
2828

2929
## Usage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pagination-react",
2+
"name": "@99xt/react-pagination",
33
"version": "1.0.0",
44
"description": "pagination-react React component",
55
"main": "lib/index.js",

0 commit comments

Comments
 (0)