From fb0998f65fad6d670890236fa8314736ac8c47bc Mon Sep 17 00:00:00 2001 From: oliviale Date: Sun, 11 Jun 2017 16:01:14 +0800 Subject: [PATCH] so markdown doesn't have an option to open link in a new tab --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2fe74f..a9c4a34 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a progress pie done in CSS. It came about when I needed a simple progres ## Examples -[See here for examples and use cases](https://oliviale.github.io/CSS-Progress-Pie/) +See here for examples and use cases. ![CSS Progress Pie examples](images/example.png) @@ -24,7 +24,7 @@ There are two kinds - default (single color) or colored with red, yellow and gre ## Changing colors, fonts, etc. -Manually change the properties of the CSS code. [More details here](https://oliviale.github.io/CSS-Progress-Pie/#styling). +Manually change the properties of the CSS code. More details here. ## Playground [Play around in this Codepen](https://codepen.io/oliviale/pen/YqEgPw)