From 0eaa2059d490435e441ba3a25f325aa78ab0d099 Mon Sep 17 00:00:00 2001 From: Kevin Mulligan Date: Thu, 24 Mar 2016 10:40:55 -0400 Subject: [PATCH] Typo fixed for "fixed with" --> "fixed width" Previously read "You can flip, rotate, or add a fixed with." Should read "...or add a fixed width." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0845532..1db6c7b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Place the 5 font files and the main `weather-icons.min.css` file in your project The icons are displayed by using an `i` element and adding the base class `wi` and then the icon class you want, such as `day-sunny`. This then looks like ``. -To add a modifier, include the class you want after the icon name, which looks like ``. You can flip, rotate, or add a fixed with. See it all at [http://weathericons.io](http://weathericons.io). +To add a modifier, include the class you want after the icon name, which looks like ``. You can flip, rotate, or add a fixed width. See it all at [http://weathericons.io](http://weathericons.io). ## API Usage