From 6a334df58cf0e12ef21f61a133a822f0b19cb4fc Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 13 May 2022 16:33:55 +0200 Subject: Docs: Small changes regarding tests, Python wrapper and overview --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3