Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #64 from awibox/develop
Browse files Browse the repository at this point in the history
Fixed a typo in the README.md
  • Loading branch information
Andrei Arkhipov authored Jan 21, 2020
2 parents 849b625 + a874c0c commit 047bef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@

<a name="installation"></a>
## Installation
You need to install package.
You need to install package:
```bash
npm install react-cookie-disclaimer
```
You can use yarn.
You can use yarn:
```bash
yarn add react-cookie-disclaimer
```
<a name="gettingstarted"></a>
## Getting started
You should import the component and css file
You should import the component:
```js
import CookieDisclaimer from 'react-cookie-disclaimer';
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cookie-disclaimer",
"version": "2.0.3",
"version": "2.0.4",
"description": "The package will help you to display a notification about the use of cookies on the site",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -55,6 +55,7 @@
"react-dom": "^16.12.0"
},
"jest": {
"collectCoverageFrom": ["src/**/*.{js,jsx,mjs}", "!src/index.js"],
"testEnvironment": "node",
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 047bef6

Please sign in to comment.