Skip to content

Commit e5d7e07

Browse files
committed
docs: add badges to README
1 parent 8e432f6 commit e5d7e07

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
1-
Example project demonstrating the use of [React Flag Icon Css](https://github.com/matteocng/react-flag-icon-css) with [React Css Modules](//github.com/gajus/react-css-modules) or standard Css, and custom flags.
1+
Example project demonstrating the use of [React Flag Icon Css](https://github.com/matteocng/react-flag-icon-css-example-multi) with [React Css Modules](//github.com/gajus/react-css-modules) or standard Css, and custom flags.
2+
3+
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
4+
[![Build Status](https://travis-ci.org/matteocng/react-flag-icon-css-example-multi.svg?branch=master)](https://travis-ci.org/matteocng/react-flag-icon-css-example-multi)
5+
[![Greenkeeper badge](https://badges.greenkeeper.io/matteocng/react-flag-icon-css-example-multi.svg)](https://greenkeeper.io/)
6+
[![dependencies Status](https://david-dm.org/matteocng/react-flag-icon-css-example-multi/status.svg)](https://david-dm.org/matteocng/react-flag-icon-css-example-multi)
7+
[![devDependencies Status](https://david-dm.org/matteocng/react-flag-icon-css-example-multi/dev-status.svg)](https://david-dm.org/matteocng/react-flag-icon-css-example-multi?type=dev)
8+
[![peerDependencies Status](https://david-dm.org/matteocng/react-flag-icon-css-example-multi/peer-status.svg)](https://david-dm.org/matteocng/react-flag-icon-css-example-multi?type=peer)
29

310
Powered by [webpack 3](https://github.com/webpack/webpack).
411

512
Previous versions:
613

7-
- [webpack 2](https://github.com/matteocng/react-flag-icon-css-example-multi/tree/webpack-2)
8-
- [webpack 1](https://github.com/matteocng/react-flag-icon-css-example-multi/tree/webpack-1)
14+
- [webpack 2](https://github.com/matteocng/react-flag-icon-css-example-multi-example-multi/tree/webpack-2)
15+
- [webpack 1](https://github.com/matteocng/react-flag-icon-css-example-multi-example-multi/tree/webpack-1)
916

1017
## Installation
1118

1219
Clone the repository:
1320

1421
```bash
15-
$ git clone https://github.com/matteocng/react-flag-icon-css-example-multi.git
16-
$ cd react-flag-icon-css-example-multi
22+
$ git clone https://github.com/matteocng/react-flag-icon-css-example-multi-example-multi.git
23+
$ cd react-flag-icon-css-example-multi-example-multi
1724
```
1825

1926
Install the required modules with [Yarn](https://yarnpkg.com/):
@@ -82,7 +89,7 @@ In a real project you would probably choose to either go with [React Css Modules
8289

8390
## Styles
8491

85-
This example app uses `sass` (`.scss`) styles, but `sass` is not required to use `react-flag-icon-css`. Your app can use any CSS preprocessor (such as [`postcss`](https://github.com/postcss/postcss)) or no CSS preprocessor at all. For instance, to use [`postcss`](https://github.com/postcss/postcss) in your stylesheets:
92+
This example app uses `sass` (`.scss`) styles, but `sass` is not required to use `react-flag-icon-css-example-multi`. Your app can use any CSS preprocessor (such as [`postcss`](https://github.com/postcss/postcss)) or no CSS preprocessor at all. For instance, to use [`postcss`](https://github.com/postcss/postcss) in your stylesheets:
8693

8794
- rename `.scss` files to `.css`.
8895
- remove _`sass-loader`_ from [webpack.config.js](webpack/webpack.config.js).

0 commit comments

Comments
 (0)