Skip to content

Commit

Permalink
docs(style): update stylesheet version
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Feb 6, 2017
1 parent 9f7b8fe commit 687a408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docgen/src/Getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ that should be a good start.

Just include it in your webpage:
```html
<link rel="stylesheet" href="https://unpkg.com/react-instantsearch-theme-algolia@2.1.0/style.min.css">
<link rel="stylesheet" href="https://unpkg.com/react-instantsearch-theme-algolia@3.0.0/style.min.css">
```

Read the [styling](guide/Styling_widgets.html) guide for more information.
Expand Down
6 changes: 3 additions & 3 deletions docgen/src/guide/Styling_widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ manually.
### Via CDN

The theme is available on unpkg.com:
- unminified: https://unpkg.com/react-instantsearch-theme-algolia@2.0.0/style.css
- minified: https://unpkg.com/react-instantsearch-theme-algolia@2.0.0/style.min.css
- unminified: https://unpkg.com/react-instantsearch-theme-algolia@3.0.0/style.css
- minified: https://unpkg.com/react-instantsearch-theme-algolia@3.0.0/style.min.css

You can either copy paste the content in your own app or use a direct link to unpkg.com:

```html
<link rel="stylesheet" href="https://unpkg.com/react-instantsearch-theme-algolia@2.0.0/style.min.css">
<link rel="stylesheet" href="https://unpkg.com/react-instantsearch-theme-algolia@3.0.0/style.min.css">
```

### Via npm, Webpack
Expand Down

0 comments on commit 687a408

Please sign in to comment.