Skip to content

Commit c3061ab

Browse files
authored
Update README.md
1 parent 63ceddb commit c3061ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
await $`cat package.json | grep name`
77

8-
let branch = await $`git branch --show-current`
8+
const branch = await $`git branch --show-current`
99
await $`dep deploy --branch=${branch}`
1010

1111
await Promise.all([
@@ -14,7 +14,7 @@ await Promise.all([
1414
$`sleep 3; echo 3`,
1515
])
1616

17-
let name = 'foo bar'
17+
const name = 'foo bar'
1818
await $`mkdir /tmp/${name}`
1919
```
2020

0 commit comments

Comments
 (0)