about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2021-08-05 21:57:20 +0800
committerGitHub <noreply@github.com>2021-08-05 21:57:20 +0800
commit8d6516180162c93d30a99db0665cbce39b758858 (patch)
tree44df78a40701a6651951d308b83fe2a184c34cbd /doc
parentdb0d8e10fc1dec84f1ccb111851a82645aa6a7d3 (diff)
downloadnixlib-8d6516180162c93d30a99db0665cbce39b758858.tar
nixlib-8d6516180162c93d30a99db0665cbce39b758858.tar.gz
nixlib-8d6516180162c93d30a99db0665cbce39b758858.tar.bz2
nixlib-8d6516180162c93d30a99db0665cbce39b758858.tar.lz
nixlib-8d6516180162c93d30a99db0665cbce39b758858.tar.xz
nixlib-8d6516180162c93d30a99db0665cbce39b758858.tar.zst
nixlib-8d6516180162c93d30a99db0665cbce39b758858.zip
doc: remove unnecessary parentheses
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/node.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/node.section.md b/doc/languages-frameworks/node.section.md
index 847db22941fd..e04932a492d1 100644
--- a/doc/languages-frameworks/node.section.md
+++ b/doc/languages-frameworks/node.section.md
@@ -39,7 +39,7 @@ To add a package from NPM to nixpkgs:
  1. Modify `pkgs/development/node-packages/node-packages.json` to add, update
     or remove package entries to have it included in `nodePackages` and
     `nodePackages_latest`.
- 2. Run the script: `(cd pkgs/development/node-packages && ./generate.sh)`.
+ 2. Run the script: `cd pkgs/development/node-packages && ./generate.sh`.
  3. Build your new package to test your changes:
     `cd /path/to/nixpkgs && nix-build -A nodePackages.<new-or-updated-package>`.
     To build against the latest stable Current Node.js version (e.g. 14.x):