Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 8, 2021
1 parent cbd5d8b commit 7e5473c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Set the current shel.

Set the current working directory.

### `` $`command` ``
### ``$`command` ``

```ts
const count = parseInt(await $`ls -1 | wc -l`);
Expand Down Expand Up @@ -152,8 +152,7 @@ try {

### `cd()`

The global available cd method to sets the current working directory. Also
available on the global `$` symbol.
Set the current working directory. Also available on the global `$` symbol.

### `$.[style]()`

Expand Down

0 comments on commit 7e5473c

Please sign in to comment.