From 258bb3a10f27cfcf322eb509142e802c80c8a47f Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:54:51 -0700 Subject: [PATCH] fix: added triple backticks to close code section Co-authored-by: Oliver Eyton-Williams --- curriculum/tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/tools/README.md b/curriculum/tools/README.md index 547d3bd454..04168c5594 100644 --- a/curriculum/tools/README.md +++ b/curriculum/tools/README.md @@ -36,7 +36,7 @@ A one-off script that automatically adds a new step between two existing consecu 2. Run the following npm command: ```bash npm run create-step-between start=X end=Y # where X is the starting step number and Y is the following step number. - + ``` ## [reorder-steps.js](reorder-steps.js) A one-off script that automatically reorders the step files in a project's markdown files based on the filename. It also updates the `challengeOrder` property array in the project's `meta.json` with the new order of the steps. @@ -82,4 +82,4 @@ Along with the above changes, the `challengeOrder` key in the project's `meta.js 2. Run the following npm command: ```bash npm run reorder-steps - ``` \ No newline at end of file + ```