From 729b9b91243dabdaa1d9b5dffffe5a47b253e948 Mon Sep 17 00:00:00 2001 From: Joe Bernard Date: Tue, 8 Jan 2019 22:23:22 -0500 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f54beb..b35b171 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The `animate`-function returns the timing animation so you can chain, run in par You can configure the passing by following props: -- **size** – width and height of the circle - could be `number` or `object` if you use `Aniamted.Value()` +- **size** – width and height of the circle - could be `number` or `object` if you use `Animated.Value()` - **width** - thickness of the lines - **backgroundWidth** - thickness of the background line - **fill** - current, percentage fill (from 0 to 100)