Skip to content

Commit

Permalink
Update README in with-global-stylesheet-simple [ci skip] (#4361)
Browse files Browse the repository at this point in the history
Use https instead of http for tachyons URL
  • Loading branch information
yhirano55 authored and timneutkens committed May 13, 2018
1 parent fa5c0b8 commit b3e47d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-global-stylesheet-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Check out the [with-global-stylesheet](../with-global-stylesheet) example.
}
```

* Install any CSS library using `npm` or `yarn`. In this example, I installed [`tachyons`](http://tachyons.io/).
* Install any CSS library using `npm` or `yarn`. In this example, I installed [`tachyons`](https://tachyons.io/).
* Import the CSS file. Here, I'm importing a CSS file located at `node_modules/tachyons/css/tachyons.min.css`.

```js
Expand Down

0 comments on commit b3e47d1

Please sign in to comment.