Skip to content

Commit 96f5356

Browse files
committed
📝
1 parent c7c5fab commit 96f5356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can compare the final script code to `zx` example:
77
```javascript
88
#!/usr/bin/env nodejsscript
99
import { exec, exec$, grep, echo } from "nodejsscript";
10-
echo(grep("name", "../package.json").trim());
10+
echo(grep("name", "package.json"));
1111

1212
const branch= exec$("git branch --show-current");
1313
exec(`dep deploy --branch=${branch}`);

0 commit comments

Comments
 (0)