Update README-start.md

This commit is contained in:
atomiks
2018-01-04 01:28:28 +11:00
committed by GitHub
parent 29d9b8216f
commit 13c6772f34

View File

@ -24,6 +24,8 @@ npm install 30-seconds-of-code
⚠️ **WARNING:** Snippets are not production ready.
<details>
To import the whole module:
```js
@ -47,5 +49,6 @@ average(1, 2, 3);
import { average } from '30-seconds-of-code';
average(1, 2, 3);
```
</details>
## Table of Contents