summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:07:40 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:07:40 +0200
commit2a619ceba75a4c16b25de12d59a87eac795a4468 (patch)
tree1d63a35217011fa761b703633b3f91fd839ec71e /README.md
parent7e309b67de74fe5bd5a1c70c1880c2a381c4f78b (diff)
Remove: unused wrappers
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index ef338ba..4dc3a94 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,7 @@ link against this library and gradually merge more common logic between eduVPN c
[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:
-- Android (Java)
-- C#
-- Php
-- Python
-- Swift
+The only support language is Python at the moment. Other languages will come with updates.
## Documentation
The documentation for this library can be found at https://jwijenbergh.github.io/eduvpn-common.