Skip to content

Commit

Permalink
New lines in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed May 31, 2019
1 parent 311b604 commit 19d2145
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ typesystem in mind.
### Installation

To install this package run either:

`yarn add @siegrift/tsfunct`

or if you use npm

`npm i @siegrift/tsfunct --save`

### Motivation
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ <h1 id="tsfunct-circleci">tsfunct <a href="https://circleci.com/gh/Siegrift/tsfu
<p>Tsfunct is a <strong>T**ype</strong>S<strong>cript **funct</strong>ional library made directly for TS with its static
typesystem in mind.</p>
<h3 id="installation">Installation</h3>
<p>To install this package run either:
<code>yarn add @siegrift/tsfunct</code>
or if you use npm
<code>npm i @siegrift/tsfunct --save</code> </p>
<p>To install this package run either:</p>
<p><code>yarn add @siegrift/tsfunct</code></p>
<p>or if you use npm</p>
<p><code>npm i @siegrift/tsfunct --save</code> </p>
<h3 id="motivation">Motivation</h3>
<p>There are two big libraries which provide helper functions for JS/TS. These are
<a href="https://github.com/lodash/lodash">lodash</a> and <a href="https://github.com/ramda/ramda">ramda</a>. Both of
Expand Down

0 comments on commit 19d2145

Please sign in to comment.