From ad2605e085c1716544c7becbd5a50393382a415e Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Sun, 26 Jan 2025 22:01:04 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a53e2b..671ca71 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Enables customization of reader-insert stories by replacing author-provided hook ## Development -MetamorPOV includes Node packages for verb conjugation. You'll need (Node)[https://nodejs.org/] installed globally. As an alternative, install [Nix](https://nixos.org/) and type `nix develop` with the experimental flakes feature enabled. After that, from the extension's root directory: +MetamorPOV includes Node packages for verb conjugation. You'll need [Node](https://nodejs.org/) installed globally. As an alternative, install [Nix](https://nixos.org/) and type `nix develop` with the experimental flakes feature enabled. After that, from the extension's root directory: -```bash +```sh # Install project dependencies npm install @@ -19,7 +19,7 @@ npm run build npm run test ``` -When running the extension through the `test` script, it will be updated automatically as source files are modified. This excludes `content-script.js`, which has to be bundled manually from `replace-verbs.js` by running the `build` script. +When running the extension with the `test` script, it will be updated automatically as source files are modified. This excludes `content-script.js`, which has to be bundled manually by running the `build` script. ## Copyright and License