diff --git a/README.md b/README.md index 14ae5e8..1ee0be7 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ It is designed to be used alongside DataLiteCore, which manages low-level intera To add DataLiteCoder to your project, use Swift Package Manager (SPM). -> **Important:** The API of `DataLiteCoder` is currently unstable and may change without notice. It is **strongly recommended** to pin the dependency to a specific commit to ensure compatibility and avoid unexpected breakage when the API evolves. - ### Adding to an Xcode Project 1. Open your project in Xcode. @@ -38,7 +36,7 @@ import PackageDescription let package = Package( name: "YourProject", dependencies: [ - .package(url: "https://github.com/angd-dev/data-lite-coder.git", branch: "develop") + .package(url: "https://github.com/angd-dev/data-lite-coder.git", from: "1.0.0") ], targets: [ .target( @@ -53,7 +51,7 @@ let package = Package( ## Additional Resources -For more information and usage examples, see the [documentation](https://docs.angd.dev/?package=data-lite-coder&version=develop). +For more information and usage examples, see the [documentation](https://docs.angd.dev/?package=data-lite-coder&version=1.0.0). ## License