From 6c62fb45fe66bfb1ea9a66abc38f6a0cc974292b Mon Sep 17 00:00:00 2001 From: Codertocat <21031067+Codertocat@users.noreply.github.com> Date: Thu, 9 May 2019 18:24:40 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 510545d1..00ea1ec3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This is a simple npm package that demonstrates the [Github Package Registry](htt ## Usage -`const myPackage = require('hello-world-node-package');` -`myPackage.helloWorld();` +``` +const myPackage = require('hello-world-node-package'); +myPackage.helloWorld(); +```