diff --git a/README.md b/README.md index 7e80cca..77142a3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ![Logo](https://raw.githubusercontent.com/kreuzerk/svg-to-ts/master/assets/logo.png) + [![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) + @@ -48,7 +50,7 @@ `svg-to-ts` is a helper tool that converts your SVG icons to TypeScript. `svg-to-ts` can convert SVGs to either one TypeScript file with exported constants, multiple TypeScript files or -compiled JavaScript files with according declaration files. Furthermore it generates all +compiled JavaScript files with according declaration files. Furthermore, it generates all typings in form of interfaces and types. The generated output can then be used in combination with a iconregistry to create a tree shakable icon library.