Skip to content

Commit

Permalink
Doc styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizz committed Jan 9, 2018
1 parent f5356e2 commit 1acc1b3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@

<p align="center">
<img src="https://i.imgur.com/5aXQqE1.png" alt="t(a)rdis header">
</p>

<h1 align="center"> T(a)rdis </h1>

<div align="center">
<p align="center">
The <bold>most known way</bold> to travel in <italic>space and time</italic>
</div>
</p>

<br/>

<div align="center">
<p align="center">
<a href="https://www.npmjs.com/package/trdis">
<img src="https://img.shields.io/npm/v/trdis.svg?label=release&style=flat-square" alt="npm version"/>
</a>
Expand All @@ -17,7 +21,7 @@
<a href="https://travis-ci.org/Swizz/trdis">
<img src="https://img.shields.io/travis/Swizz/trdis/develop.svg?style=flat-square" alt="travis build"/>
</a>
</div>
</p>

<br/>

Expand Down Expand Up @@ -143,7 +147,7 @@ and the second one, will use an empty object to create a copy.

```js
Object.assign(present, future.undo)
Object.assign{present, future.do)
Object.assign(present, future.do)
```

Using Object.assign that way will mutate the present object acordingly to the
Expand Down

0 comments on commit 1acc1b3

Please sign in to comment.