From 9ca60b05474aff76183a8e7ae9bb53b8a6ef3d63 Mon Sep 17 00:00:00 2001 From: stevenwdv Date: Thu, 10 Feb 2022 00:15:06 +0100 Subject: Update README --- README.md | 8 ++++---- 1 file 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 -- cgit v1.2.3