From b3e47d19f8c8c4b774da76431256636ac0296549 Mon Sep 17 00:00:00 2001 From: yhirano55 Date: Mon, 14 May 2018 01:08:44 +0900 Subject: [PATCH] Update README in with-global-stylesheet-simple [ci skip] (#4361) Use https instead of http for tachyons URL --- examples/with-global-stylesheet-simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-global-stylesheet-simple/README.md b/examples/with-global-stylesheet-simple/README.md index d7cbd023..259f5b18 100644 --- a/examples/with-global-stylesheet-simple/README.md +++ b/examples/with-global-stylesheet-simple/README.md @@ -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