From 3fa432cacd19adc4cd54880d824b9dc3526e154c Mon Sep 17 00:00:00 2001 From: Soroush Chehresa Date: Fri, 3 May 2019 18:10:58 +0430 Subject: [PATCH] Fix styles file src --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7165d9..cb4f526 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you have a CSS loader configured, you can import the stylesheet: import 'react-circular-progressbar/dist/styles.css'; ``` -If not, you can copy [styles.css](dist/styles.css) into your project instead, and include `` in your ``. +If not, you can copy [styles.css](src/styles.css) into your project instead, and include `` in your ``. Now you can use the component: