Browse Source

Minor tweaks

iss58
Sindre Sorhus 7 years ago
parent
commit
0c288c91df
  1. BIN
      media/logo.png
  2. 5
      media/readme.md
  3. 6
      readme.md

BIN
media/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 97 KiB

5
media/readme.md

@ -0,0 +1,5 @@
# Media
## Logo
Logo is based on [Comic Book Elements](https://creativemarket.com/swedishpoints/232087-Comic-Book-Elements) by Carl Eriksson.

6
readme.md

@ -26,7 +26,7 @@ import ow from 'ow';
const unicorn = input => {
ow(input, ow.string.minLength(5));
//
};
unicorn(3);
@ -158,9 +158,9 @@ m(5, m.number.is(x => greaterThan(10, x)));
- [Sam Verschueren](https://github.com/SamVerschueren)
## Logo
## Related
Logo is based on [Comic Book Elements](https://creativemarket.com/swedishpoints/232087-Comic-Book-Elements) by Carl Eriksson.
- [@sindresorhus/is](https://github.com/sindresorhus/is) - Type check values
## License

Loading…
Cancel
Save