Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agazinakou committed Sep 6, 2019
1 parent f5ffa71 commit 6b494df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Just [Download a Zip](https://github.com/agazinakou/Nova/archive/master.zip) fil
## Setup

First, include the script located on the dist folder.
```bash
```html
<link rel="stylesheet" href="css/nova.min.css">
```
## How To Use

Nova.css is simple to use just add the class name of the effect to the element to which you want it to apply. For example if I want to use the pulse effect `nv-back-pulse`

```bash
```html
<a href="" class="button nv-back-pulse"></a>
```

Expand Down

0 comments on commit 6b494df

Please sign in to comment.