We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c5fab commit 96f5356Copy full SHA for 96f5356
1 file changed
README.md
@@ -7,7 +7,7 @@ You can compare the final script code to `zx` example:
7
```javascript
8
#!/usr/bin/env nodejsscript
9
import { exec, exec$, grep, echo } from "nodejsscript";
10
-echo(grep("name", "../package.json").trim());
+echo(grep("name", "package.json"));
11
12
const branch= exec$("git branch --show-current");
13
exec(`dep deploy --branch=${branch}`);
0 commit comments