summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 05e6bd0..ce379e2 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# EduVPN shared library
+# 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.
-[cgo](https://pkg.go.dev/cmd/cgo) is used to build the Go library into a shared dynamic library. Wrappers were
+[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.
Supported languages:
@@ -23,4 +23,4 @@ Contributions are welcome.
[MIT](./LICENSE)
## Authors
-This work is done by @stevenwdv and @jwijenbergh at the [Surf](https://www.surf.nl/) organisation.
+This work is done by [@stevenwdv](https://github.com/stevenwdv) and [@jwijenbergh](https://github.com/jwijenbergh) at the [SURF](https://www.surf.nl/) organization.