From 74603f61f796e43647d272c9893826e71101d546 Mon Sep 17 00:00:00 2001 From: edent Date: Fri, 14 Apr 2017 14:48:44 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db9ca479..5f2eb9c5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Yes! These files were minified using [svgo](https://github.com/svg/svgo) and the * Each of these has an `xmlns="http://www.w3.org/2000/svg"` in the `` tag. This isn't strictly necessary - but some web browsers won't display them as an image without it. * Newlines can be stripped - they've been kept for readability where possible. -* Rounded corners can be dropped - `rx="15%" ry="15%"` - the effect can be done in CSV if you want. +* Rounded corners can be dropped - `rx="15%" ry="15%"` - the effect can be done in CSS if you want. * The background colour can also be excluded if you're including it elsewhere. * Colours can be simplified. `#FF0000` becomes `red` * The precision of the paths is *mostly* 0 decimal places. A few logos have 1 or 2 dp to make them look more accurate. The precision can be reduced if necessary.