From b21cc792b400724c6c0c3166919604d4d4cdfcb4 Mon Sep 17 00:00:00 2001 From: seebees Date: Tue, 19 Jul 2022 09:19:54 -0700 Subject: [PATCH] chore: Update example-node instructions Update Readme to include a note to run `nom build` for the whole project --- modules/example-node/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/example-node/Readme.md b/modules/example-node/Readme.md index a43203a87..16f25104f 100644 --- a/modules/example-node/Readme.md +++ b/modules/example-node/Readme.md @@ -65,6 +65,7 @@ For a more detailed explanation, see multi_keyring.ts. ## How to Use To see these examples in action, run `npm test`. +Note: Remember to first run `npm build` in the root of the project. ## License