From 63065c6b1c07398f0efdfb6d40570a16aa9d8efd Mon Sep 17 00:00:00 2001 From: Kimmo Brunfeldt Date: Tue, 4 Aug 2015 02:41:55 +0300 Subject: [PATCH] Update slogan --- README.md | 4 ++-- bower.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6efd290..623081e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ **Version: 0.8.1** ([*previous stable*](https://github.com/kimmobrunfeldt/progressbar.js/tree/0.8.0))
-![Beautiful animation](docs/animation.gif) +![Demo animation](docs/animation.gif)
-Beautiful and responsive progress bars with animated SVG paths. +Responsive and slick progress bars with animated SVG paths. Use built-in shapes or [create your own paths](#pathpath-options). [Customize](#custom-animations) the animations as you wish. diff --git a/bower.json b/bower.json index c64d0c2..d4e5adc 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "authors": [ "Kimmo Brunfeldt " ], - "description": "Beautiful and responsive progress bars with animated SVG paths", + "description": "Responsive and slick progress bars with animated SVG paths", "moduleType": [ "amd", "globals"