diff --git a/README.md b/README.md
index 4f00b85..f707a1c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
+
ZeroTier SDK
+

+
Peer-to-peer and cross-platform encrypted connections built right into your app or service. No drivers, no root, and no host configuration.
@@ -7,10 +10,12 @@ Peer-to-peer and cross-platform encrypted connections built right into your app
Examples |
API Documentation |
Community |
-
FAQ |
Report a Bug
-
+
+

+

+

@@ -19,18 +24,18 @@ Peer-to-peer and cross-platform encrypted connections built right into your app
| Language/Platform | Installation | Version | Example |
|:----------|:---------|:---|:---|
-| C/C++ | [Build from source](./BUILDING.md) |

|[C/C++](./examples/cpp) |
+| C/C++ | [Build from source](#build-from-source) |

|[C/C++](./examples/cpp) |
| Objective-C | See [examples/objective-c](./examples/objective-c) |

|[Objective-C](./examples/objective-c) |
| C# | `Install-Package ZeroTier.Sockets` |

|[C#](./examples/csharp) |
| Python | `pip install libzt`|

|[Python](./examples/python) |
-| Rust | Coming Soon |

|[Rust](./examples/rust) |
+| Rust | Coming *very* soon |

|[Rust](./examples/rust) |
| Swift | See [examples/swift](./examples/swift) |

|[Swift](./examples/swift) |
-| Java | See [examples/java](./examples/java) |

|[Java](./examples/java) |
+| Java | `./build.sh host-jar` |

|[Java](./examples/java) |
| Node.js | See [examples/nodejs](./examples/nodejs) |

|[Node.js](./examples/nodejs) |
| Linux | [Build from source](#build-from-source) |

| [C/C++](./examples/cpp) |
| macOS | `brew install libzt`|

| [C/C++](./examples/cpp), [Objective-C](./examples/objective-c) |
-| iOS / iPadOS | [zt.framework]() |

| [Objective-C](./examples/objective-c), [Swift](./examples/swift) |
-| Android | [zt.aar]() |

| [Java](./examples/java) |
+| iOS / iPadOS | `./build.sh ios-framework` |

| [Objective-C](./examples/objective-c), [Swift](./examples/swift) |
+| Android |`./build.sh android-aar` |

| [Java](./examples/java) |
@@ -98,10 +103,7 @@ While we do operate a global network of redundant root servers, network controll
- Examples: [examples/](./examples)
- Bug reports: [Open a github issue](https://github.com/zerotier/libzt/issues).
- General ZeroTier troubleshooting: [Knowledgebase](https://zerotier.atlassian.net/wiki/spaces/SD/overview).
- - Talk to us:
- - Community: [discuss.zerotier.com](https://discuss.zerotier.com)
- -

- -

+ - Chat with us: [discuss.zerotier.com](https://discuss.zerotier.com)
# Licensing