aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRewardedIvan <67065165+RewardedIvan@users.noreply.github.com>2022-09-02 05:47:55 +0300
committerGitHub <noreply@github.com>2022-09-01 22:47:55 -0400
commitda62659c58737601b3d653afdef5df84b2a927e4 (patch)
tree51f797197b9a3a9b39a8472e1033552e24237ff9 /README.md
parentRollback on constraint failure (#1071) (diff)
downloadgolite-da62659c58737601b3d653afdef5df84b2a927e4.tar.gz
golite-da62659c58737601b3d653afdef5df84b2a927e4.tar.xz
Fix "ennviroment" (#1077)
Fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 518cd0b..25a2496 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ go build --tags "icu json1 fts5 secure_delete"
# Compilation
-This package requires the `CGO_ENABLED=1` ennvironment variable if not set by default, and the presence of the `gcc` compiler.
+This package requires the `CGO_ENABLED=1` environment variable if not set by default, and the presence of the `gcc` compiler.
If you need to add additional CFLAGS or LDFLAGS to the build command, and do not want to modify this package, then this can be achieved by using the `CGO_CFLAGS` and `CGO_LDFLAGS` environment variables.