Skip to content

Commit c873606

Browse files
committed
Update README.md
1 parent 483cc88 commit c873606

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<a href="https://webpod.dev/?from=zx"><img src="https://webpod.dev/img/banner.png" alt="Webpod - deploy JavaScript apps" width="190" align="right"></a>
2-
31
# 🐚 zx
42

53
```js
64
#!/usr/bin/env zx
75

86
await $`cat package.json | grep name`
97

10-
let branch = await $`git branch --show-current`
8+
const branch = await $`git branch --show-current`
119
await $`dep deploy --branch=${branch}`
1210

1311
await Promise.all([
@@ -16,7 +14,7 @@ await Promise.all([
1614
$`sleep 3; echo 3`,
1715
])
1816

19-
let name = 'foo bar'
17+
const name = 'foo bar'
2018
await $`mkdir /tmp/${name}`
2119
```
2220

0 commit comments

Comments
 (0)