diff --git a/static-parts/README-start.md b/static-parts/README-start.md index 468378184..676c99e48 100644 --- a/static-parts/README-start.md +++ b/static-parts/README-start.md @@ -24,6 +24,8 @@ npm install 30-seconds-of-code ⚠️ **WARNING:** Snippets are not production ready. +
+ 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); ``` +
## Table of Contents