Skip to content

Commit fa57705

Browse files
author
Husein Kareem
committed
Remove $ prompt for consistency
1 parent 63465c8 commit fa57705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ simple example could be:
141141
If you then run the following command in the directory `foo`:
142142

143143
```sh
144-
$ swift build
144+
swift build
145145
```
146146

147147
Swift will build a single executable called `foo`.

0 commit comments

Comments
 (0)