summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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