Skip to content

Commit

Permalink
chore(readme): added syntax highlighting on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbari authored and fabricionaweb committed Oct 25, 2017
1 parent f1a62bb commit 08f1362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ A front end library to help you make *​your*​ grass greener than the other s
You can manually [download our latest release](#latest-release-link), or install with npm/Bower:

### NPM
```
```sh
npm install garden
```

### Bower
```
```sh
bower install garden
```

### CDN

CSS

```
```html
<link href="https://unpkg.com/garden/dist/css/garden.min.css" rel="stylesheet">
```

JavaScript

```
```html
<script scr="https://unpkg.com/garden/dist/js/garden.min.js"></script>
```

Expand Down

0 comments on commit 08f1362

Please sign in to comment.