Skip to content

Commit 55e151c

Browse files
committed
chore: update Readme
1 parent 4777012 commit 55e151c

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Diff for: README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Morphism
22

3+
<div style="text-align:center">
4+
<img src="https://i.imgur.com/4muW6u2.jpg" width="800px">
5+
</div>
6+
37
[![NPM version][npm-image]][npm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
48
[![CircleCI](https://img.shields.io/circleci/project/github/nobrainr/morphism.svg)](https://circleci.com/gh/nobrainr/morphism)
59
![npm](https://img.shields.io/npm/dm/morphism.svg?style=flat-square)
@@ -10,10 +14,15 @@
1014
1115
_https://en.wikipedia.org/wiki/Morphism_
1216

13-
<div style="text-align:center">
14-
<img src="https://i.imgur.com/4muW6u2.jpg" width="800px">
15-
</div>
16-
<div style="display:block; font-style:italic; text-align:right">Picture by @Gmulti</div>
17+
```sh
18+
npm install --save morphism
19+
```
20+
21+
- :atom_symbol: Write your schema once, Transform your data everywhere
22+
- :zero: Zero dependencies
23+
- :zap: [1.6 kB gzipped](https://bundlephobia.com/result?p=morphism@0.9.1)
24+
25+
[View demo](https://repl.it/@yrnd1/morphism-playground)
1726

1827
---
1928

0 commit comments

Comments
 (0)