Update README-start.md
This commit is contained in:
@ -24,6 +24,8 @@ npm install 30-seconds-of-code
|
|||||||
|
|
||||||
⚠️ **WARNING:** Snippets are not production ready.
|
⚠️ **WARNING:** Snippets are not production ready.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
To import the whole module:
|
To import the whole module:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
@ -47,5 +49,6 @@ average(1, 2, 3);
|
|||||||
import { average } from '30-seconds-of-code';
|
import { average } from '30-seconds-of-code';
|
||||||
average(1, 2, 3);
|
average(1, 2, 3);
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|||||||
Reference in New Issue
Block a user