Skip to content

Commit 6901aeb

Browse files
none: updated readme
1 parent 7011b9e commit 6901aeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ A react implementation of the [Super Simple Flex Grid]
1111
### What the grid is not
1212
- Viewport-specific responsive: In the real world, design often requires pixel perfect implementation. Having responsive styles dictated in HTML through [viewport]-[grow1/grow2/hide/show] classes as well as custom css is a pain and hassle to maintain. With this grid system, all responsive behavior is handled with custom CSS.
1313

14+
----
15+
1416
**[Demo]** | **[NPM]** | **[Github]**
1517

1618
### Installing
@@ -74,7 +76,7 @@ text-overflow: ellipsis;
7476
### Tech
7577
Super-simple-flex-grid-react uses a number of open source projects:
7678

77-
* [Super-simple-flex-grid] - super simple flex grid
79+
* [Super simple flex grid] - super simple flex grid
7880
* [React] - view library
7981
* [Webpack] - module bundler
8082
* [Babel] - javaScript compiler
@@ -107,7 +109,7 @@ MIT
107109

108110
[Demo]: <https://open-sauces.github.io/super-simple-flex-grid-react/example/dist>
109111
[NPM]: <https://www.npmjs.com/package/super-simple-flex-grid-react>
110-
[Github]: <https://open-sauces.github.io/super-simple-flex-grid-react>
112+
[Github]: <https://github.com/open-sauces/super-simple-flex-grid-react>
111113

112114

113115
[customClass]: <https://open-sauces.github.io/super-simple-flex-grid-react/example/dist/#customClass>

0 commit comments

Comments
 (0)