Skip to content

Commit 03d4ed0

Browse files
updated doc
1 parent d66ec09 commit 03d4ed0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44
# consola.css [![NPM][icon-npm]][link-npm] [![Bower][icon-bower]][link-bower] [![NPM Downloads][icon-npm-dt]][link-npm] [![license][icon-license]][link-license] [![Code Climate][icon-codeclimate]][link-codeclimate]
55
consola.css is a lightweight CSS micro-framework for a console like style.
66

7-
It is very minimalistic and has therefore a small footprint of under **5 kB gzipped**.
7+
It is very minimalistic and has therefore a small footprint of under **5.2 kB gzipped**.
88
It also includes SCSS and CSS files and comes with a gulpfile for customizing the build.
99

1010
## Installation
@@ -36,7 +36,7 @@ $red: #ff0000;
3636
```
3737

3838
### Using the CSS
39-
Just add a `<link>` in your `<head>` of either `consola.css` or
39+
Just add a `<link>` in your `<head>` of either `consola.css` or
4040
the minified version `consola.min.css`.
4141

4242
## License
@@ -49,8 +49,8 @@ See [LICENSE](LICENSE) for full license description
4949
* [Flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid) for the grid style.
5050

5151

52-
[icon-codeclimate]: https://img.shields.io/codeclimate/github/PascalKleindienst/consola.css.svg?style=flat-square
53-
[link-codeclimate]: https://codeclimate.com/github/PascalKleindienst/consola.css
52+
[icon-codeclimate]: https://api.codeclimate.com/v1/badges/7fe8ca1359f70a009a19/maintainability
53+
[link-codeclimate]: https://codeclimate.com/github/PascalKleindienst/consola.css/maintainability
5454
[icon-license]: https://img.shields.io/github/license/PascalKleindienst/consola.css.svg?style=flat-square
5555
[link-license]: https://raw.githubusercontent.com/PascalKleindienst/consola.css/master/LICENSE
5656
[icon-npm]: https://img.shields.io/npm/v/consola.css.svg?style=flat-square

0 commit comments

Comments
 (0)