From b5ce8722d4866167a8f6669835d3726eccbd6202 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 13 Nov 2018 15:36:18 +0000 Subject: [PATCH] Tweak --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0076f2..03a136e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ subject of a forthcoming paper. ## Quickstart -**Option 1.** Use `npx @syndicate-lang/create DIRECTORY` or `npm init -@syndicate-lang DIRECTORY`: +**Option 1. Create a new program/library using Syndicate/js.** Use +`npx @syndicate-lang/create DIRECTORY` or `npm init @syndicate-lang +DIRECTORY`: npm init @syndicate-lang myprogram cd myprogram @@ -15,7 +16,8 @@ subject of a forthcoming paper. npm run build node lib/index.js -**Option 2.** Install a few packages from the +**Option 2. Add Syndicate/js to an existing program/library.** Install +a few packages from the [@syndicate-lang](https://www.npmjs.com/org/syndicate-lang) scope on npmjs.com: