From 05a8c6772825e21c0d62524ef75a3c1cad869ff3 Mon Sep 17 00:00:00 2001 From: Dariusz Czajkowski Date: Fri, 3 May 2019 21:46:51 +0200 Subject: [PATCH] Fix links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff23f3c..bf87b7d 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ * [With a CDN](#with-a-cdn) * [Usage](#usage) * [With an ES6 bundler (via NPM)](#with-an-es6-bundler-via-npm) - * [Importing a component](importing-a-component) - * [Importing CSS styles](importing-css-styles) - * [Via an import](via-an-import) - * [Via a <style> tag](via-a-style-tag) + * [Importing a component](#importing-a-component) + * [Importing CSS styles](#importing-css-styles) + * [Via an import](#via-an-import) + * [Via a <style> tag](#via-a-style-tag) * [With a CDN](#with-a-cdn) * [Simple example](#simple-example) * [Simple example with content slot](#simple-example-with-content-slot)