Skip to content

Commit

Permalink
#62 version
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 26, 2017
1 parent 637b357 commit d53a8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ compliant with HTML5 and they will look OK.

Details are here: [yegor256.github.io/tacit](http://yegor256.github.io/tacit/)

Just add it to your HTML:
Just add it to your HTML (replace `VERSION` with the latest version number,
which you can find [here](https://github.com/yegor256/tacit/releases)):

```html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit.min.css"/>
<link rel="stylesheet" href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit-VERSION.min.css"/>
</head>
</html>
```

Or simply download [`tacit.min.css`](https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit.min.css)
Or simply download [`tacit.min.css`](https://raw.githubusercontent.com/yegor256/tacit/gh-pages/tacit.min.css)
and use together with your HTML by adding:

```html
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<pre>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;link rel="stylesheet" href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit.min.css"/&gt;
&lt;link rel="stylesheet" href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit-VERSION.min.css"/&gt;
&lt;/head&gt;
&lt;/html&gt;</pre>
<p>
Expand Down

0 comments on commit d53a8c2

Please sign in to comment.