From f2c495952f91762a4bf34829d7531ff84944eb73 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Mon, 3 Aug 2015 02:34:05 +0900 Subject: [PATCH] Spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77c2bfe..8a9dcd6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ react-svgpack ============== -This project provides a way to utilize SVGs in React-based projects with easy fallback to PNGs for browsers that don't have SVG support. It provides three pieces: +This project provides a way to utilize SVG icons in React-based projects with easy fallback to PNGs for browsers that don't have SVG support. It provides three pieces: - A **Babel plugin**, to track which SVGs you're using in your codebase in order to bundle only those specific graphics. No more shipping assets that you don't even use. @@ -93,7 +93,7 @@ class IconShowcase extends React.Component { } ``` -To view the available defalt icons, your best bet is to clone this repo and scope out the _svgs_ folder yourself. When I have time I'll build a github pages site to preview them all or something. Polymer, Font-Awesome and a few others are all available. +To view the available default icons, your best bet is to clone this repo and scope out the _svgs_ folder yourself. When I have time I'll build a github pages site to preview them all or something. Polymer, Font-Awesome and a few others are all available. The React Component ==============