Skip to content

Commit

Permalink
Update readme installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionogy committed Dec 30, 2016
1 parent f661fc1 commit 9ed1903
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 @@ -43,10 +43,10 @@ continue to be improved upon. We hope you will enjoy it :)

Installation
============
Simple. Just include these tags in your html.
Simple. Just include these tags in your html <head> after downloading.
```
<link rel="stylesheet" type="text/css" href="css/kernel.css" />
<script type="text/javascript" src="kernel.js" />
<link rel="stylesheet" type="text/css" href="kernel-v0.x.x/kernel.css" />
<script type="text/javascript" src="kernel-v0.x.x/kernel.js" />
```

Code sample
Expand Down

0 comments on commit 9ed1903

Please sign in to comment.