Skip to content

Commit f3f4047

Browse files
committed
Update README.md
1 parent 4887f05 commit f3f4047

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
@@ -50,7 +50,7 @@ int main(int argc, char **argv) {
5050
return 0;
5151
}
5252
```
53-
We can now build and staticly link the library to our program:
53+
We can now build and statically link the library to our program:
5454
```
5555
gcc hello.c -I/path/to/library/include/ -static -L/path/to/library/lib/ -lcollectc -o hello
5656
```

0 commit comments

Comments
 (0)