From e9a4cf45ea0d5c0b7752b756bfc60677a9f1db99 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 6 May 2021 14:22:49 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61bb444..749459b 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ Peer-to-peer and cross-platform encrypted connections built right into your app | Language/Platform | Installation | Version | Example | |:----------|:---------|:---|:---| -| C/C++ | [Build from source](#build-from-source) | version|[C/C++](./examples/cpp) | +| C/C++ | [Build from source](#build-from-source) | version| [C/C++](./examples/c) | | C# | `Install-Package ZeroTier.Sockets` | |[C#](./examples/csharp) | | Python | `pip install libzt`| |[Python](./examples/python) | | Rust | Coming *very* soon | version|[Rust](./examples/rust) | | Java | `./build.sh host-jar` | |[Java](./examples/java) | -| Linux | [Build from source](#build-from-source) | version| [C/C++](./examples/cpp) | -| macOS | `brew install libzt`| | [C/C++](./examples/cpp), [Objective-C](./attic/objective-c) | +| Linux | [Build from source](#build-from-source) | version| [C/C++](./examples/c) | +| macOS | `brew install zerotier/tap/libzt`| | [C/C++](./examples/c), [Objective-C](./attic/objective-c) | | iOS / iPadOS | `./build.sh ios-framework` | | [Objective-C](./attic/objective-c), [Swift](./attic/swift) | | Android |`./build.sh android-aar` | | [Java](./examples/java) |