diff --git a/README.md b/README.md index 88d897c..4dd7e88 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,11 @@ A Rust library for sideloading iOS applications using an Apple ID. Used in [CrossCode](https://github.com/nab138/CrossCode) and [iloader](https://github.com/nab138/iloader). -This branch is home to isideload-next, the next major version of isideload. It features a redesigned API, improved error handling, better entitlement handling, and more. It is not ready! - ## Usage **You must call `isideload::init()` at the start of your program to ensure that errors are properly reported.** If you don't, errors related to network requests will not show any details. -A full usage example is available is in [examples/minimal](examples/minimal/). +A full example is available is in [examples/minimal](examples/minimal/). ## TODO