Update README-start.md

This commit is contained in:
atomiks
2018-01-04 01:28:28 +11:00
committed by GitHub
parent 56ed619bd1
commit d0e3cc6e29

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