Skip to content

Commit

Permalink
Drop leading $
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed May 24, 2024
1 parent d0a825e commit 9cf2539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm i -g bare
## Usage

```console
$ bare [flags] <filename> [...args]
bare [flags] <filename> [...args]

Evaluate a script or start a REPL session if no script is provided.

Expand Down
2 changes: 1 addition & 1 deletion npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm i -g bare
## Usage

```console
$ bare [flags] <filename> [...args]
bare [flags] <filename> [...args]

Evaluate a script or start a REPL session if no script is provided.

Expand Down

0 comments on commit 9cf2539

Please sign in to comment.