1 parent aa754fe commit 4a2e058Copy full SHA for 4a2e058
2 files changed
README.md
@@ -20,7 +20,7 @@ This container uses [google/zx](https://github.com/google/zx) as an `entrypoint`
20
21
const name = 'Foo';
22
23
-await $`echo Hello, ${name}.`;
+echo`Hello, ${name}.`;
24
```
25
26
- Mount `example.mjs` path and run:
example.mjs
@@ -1,5 +1,5 @@
1
#!/usr/bin/env zx
2
3
-const name = 'Foo';
+const name = "Foo";
4
5
0 commit comments