From 13c6772f3470bbd71861d50aae558aea7e3bc511 Mon Sep 17 00:00:00 2001 From: atomiks Date: Thu, 4 Jan 2018 01:28:28 +1100 Subject: [PATCH] Update README-start.md --- static-parts/README-start.md | 3 +++ 1 file changed, 3 insertions(+) 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