Skip to content

Commit e127790

Browse files
author
SamSyntax
committed
Fixing readme
1 parent 5d8e4be commit e127790

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
@@ -70,7 +70,7 @@ Clone this repository or copy the source files into your Go workspace.
7070
Run the code using:
7171

7272
```bash
73-
go *.go -o ./lb && ./lb
73+
go build *.go -o ./lb && ./lb
7474
```
7575
OR
7676

0 commit comments

Comments
 (0)