aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5786f72..207f1cd 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ Additional information:
# Google Cloud Platform
-Building on GCP is not possible because `Google Cloud Platform does not allow `gcc` to be executed.
+Building on GCP is not possible because Google Cloud Platform does not allow `gcc` to be executed.
Please work only with compiled final binaries.
@@ -291,7 +291,7 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro
When receiving a compile time error referencing recompile with `-FPIC` then you
are probably using a hardend system.
- You can copile the library on a hardend system with the following command.
+ You can compile the library on a hardend system with the following command.
```bash
go build -ldflags '-extldflags=-fno-PIC'