Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suryarajendhran authored Aug 21, 2021
1 parent 5be5ea1 commit 24a1452
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@
<p align="center">
A library to help find, modify and work with css rules easily.
<br />
<a href="https://github.com/suryarajendhran/change-css"><strong>Explore the docs »</strong></a>
<a href="https://github.com/suryarajendhran/change-css"><strong>« Explore the docs »</strong></a>
<br />
<br />
<!-- <a href="https://github.com/suryarajendhran/change-css">View Demo</a> -->
·
<a href="https://github.com/suryarajendhran/change-css/issues">Report Bug</a>
·
<a href="https://github.com/suryarajendhran/change-css/issues">Request Feature</a>
·
</p>
</p>

Expand Down Expand Up @@ -95,37 +96,22 @@ Here's a blank template to get started:
`suryarajendhran`, `change-css`, `SuryaRajendhran`, `suryarajendhran@outlook.com`, `Change CSS`, `A library to help modify css in all it's forms easily.` -->


### Built With

* [NP](https://github.com/sindresorhus/np)
<!-- * []()
* []() -->



<!-- GETTING STARTED -->
## Getting Started

To get a local copy up and running follow these simple steps.
To add the library to your project

### Prerequisites

You need to have node and NPM installed
* npm
```sh
npm install npm@latest -g
```
The library has no dependencies, works with plain old HTML/CSS/JS.

### Installation

1. Install the package from npm
```sh
npm install --save change-css
```
2. Import necessary functions into your file
```js
import { getCSSRule, modifyCSSRule } from 'change-css';
```
2. Soon to be available as a CDN download.



Expand Down Expand Up @@ -192,7 +178,7 @@ Project Link: [https://github.com/suryarajendhran/change-css](https://github.com
<!-- ACKNOWLEDGEMENTS -->
## Acknowledgements
Special thanks to
Thanks to
* This awesome [guide](https://zellwk.com/blog/publish-to-npm/) about publishing to NPM by [Zell Liew](https://github.com/zellwk).
Expand Down

0 comments on commit 24a1452

Please sign in to comment.