Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BioMaRu committed Sep 9, 2018
1 parent 80b2c00 commit fb3ad73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- __Fun:__ very fun to use.

## Installation
You can [download](https://github.com/moonrhythm/biomatic/releases/download/v0.3.3/biomatic.full.min.css.zip) the latest complied version of Biomatic and link to your project using
You can [download](https://github.com/moonrhythm/biomatic/releases/download/v0.3.4/biomatic.full.min.css.zip) the latest complied version of Biomatic and link to your project using
```html
<link href="/path/to/biomatic.min.css" rel="stylesheet">
```
Expand All @@ -64,8 +64,8 @@ yarn add biomatic

or using CDN
```html
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/biomatic.min.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected].3/dist/biomatic.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/biomatic.min.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected].4/dist/biomatic.min.css" rel="stylesheet">
```

## Configuration
Expand Down

0 comments on commit fb3ad73

Please sign in to comment.