From ac0cc018529d52cf66b6abba119a666880eea849 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Tue, 11 Oct 2022 18:58:35 -0700 Subject: [PATCH] Ran formatting --- packages/cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index cecbb841..ec9e334b 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -38,12 +38,12 @@ node node_modules/squiggle-cli-experimental/index.js compile or you can add a script to your `package.json`, like: -```` +``` ... scripts: { "compile": "squiggle-cli-experimental compile" } ... -```` +``` This can be run with `npm run compile`. `npm` knows how to reach into the node_modules directly, so it's not necessary to specify that.