Skip to content

Commit d366d8d

Browse files
parthokrmattn
authored andcommitted
Update README.md
1 parent edc3bb6 commit d366d8d

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
@@ -72,7 +72,7 @@ _go-sqlite3_ is *cgo* package.
7272
If you want to build your app using go-sqlite3, you need gcc.
7373
However, after you have built and installed _go-sqlite3_ with `go install github.com/mattn/go-sqlite3` (which requires gcc), you can build your app without relying on gcc in future.
7474

75-
***Important: because this is a `CGO` enabled package, you are required to set the environment variable `CGO_ENABLED=1` and have a `gcc` compile present within your path.***
75+
***Important: because this is a `CGO` enabled package, you are required to set the environment variable `CGO_ENABLED=1` and have a `gcc` compiler present within your path.***
7676

7777
# API Reference
7878

0 commit comments

Comments
 (0)