summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstevenwdv <stevenwdv@users.noreply.github.com>2022-02-10 00:15:06 +0100
committerGitHub <noreply@github.com>2022-02-10 00:15:06 +0100
commit9ca60b05474aff76183a8e7ae9bb53b8a6ef3d63 (patch)
tree55dabdf7cdf5e005e94def95bec3a38cd7507b2b
parent5ce27167d0d08a62b7fb2346cd3fbf8e5ac1d78b (diff)
Update README
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5398bb5..dc1416a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# EduVPN shared library
-This repository contains a Go library with functions that all EduVPN clients can use. The goal is to let EduVPN clients
-link against this library and gradually merge more common logic between EduVPN clients into this repository.
+This repository contains a Go library with functions that all eduVPN clients can use. The goal is to let eduVPN clients
+link against this library and gradually merge more common logic between eduVPN clients into this repository.
-[cgo](https://pkg.go.dev/cmd/cgo) is used to build the Go library into a shared dynamic library. Wrappers will be
-written using some FFI framework for each language used in EduVPN clients to easily interface with the library.
+[cgo](https://pkg.go.dev/cmd/cgo) is used to build the Go library into a shared dynamic library. Wrappers were
+written using some FFI framework for each language used in eduVPN clients to easily interface with the library.
## Functionality