From b32ee09c2a1f4179fe70cb7567aabc264199cb41 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 18 Sep 2021 13:18:03 -0700 Subject: [PATCH] Update readme.md Running `npm test` results in a small (but valid, I believe) change in `readme.md`. Committing this change to the repo will make it so that `npm test` on a clean checkout leaves a clean workspace with no changes awaiting checkin. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c7b29a2..58ad670 100644 --- a/readme.md +++ b/readme.md @@ -76,7 +76,7 @@ This package exports the following identifier: `fromMarkdown`. There is no default export. The export map supports the endorsed -[`development` condition](https://nodejs.org/api/packages.html#packages_resolving_user_conditions). +[`development` condition](https://nodejs.org/api/packages.html#packages\_resolving\_user\_conditions). Run `node --conditions development module.js` to get instrumented dev code. Without this condition, production code is loaded.