diff --git a/Readme.md b/Readme.md index 5ec3ae3bf..c2ee710f6 100644 --- a/Readme.md +++ b/Readme.md @@ -134,6 +134,14 @@ deno task sync # only needed once deno task run examples/ ``` +Or, to run an example with Node: + +```sh +deno task sync # only needed once +deno task dnt --examples # only needed once +deno task capi serve -- node target/npm/capi-examples/esm/examples/ +``` + ## Rationale In a likely future of specialized, interoperable chains, developers will need to diff --git a/examples/Readme.md b/examples/Readme.md deleted file mode 100644 index e65133fc2..000000000 --- a/examples/Readme.md +++ /dev/null @@ -1,7 +0,0 @@ -# Examples - -## Running an Example - -```sh -deno task run -```