summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-13 16:33:55 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-13 16:33:55 +0200
commit6a334df58cf0e12ef21f61a133a822f0b19cb4fc (patch)
tree164f888b79d5cfe121733e50fcd3fc131c06b430 /README.md
parent4d2f93fa46adc037f1237ebd35e3faafb4a7759a (diff)
Docs: Small changes regarding tests, Python wrapper and overview
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.