From 12789c11b5785e0f3c07c284394d8bdd934f68d1 Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:22:31 -0700 Subject: [PATCH] Update readme note about directories copied from ORT. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c6dc4..156ece7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ SPM is the alternative to CocoaPods when desired platform to consume is mobile i ## Note -The `objectivec/` and `swift/` directories are copied from ORT repo and it's expected to match. It will be updated periodically/before release to merge the newly checked-in changes for objective-c/swift on ORT main repo. +The `objectivec/` directory is copied from the [ORT repo](https://github.com/microsoft/onnxruntime/tree/main/objectivec) and it's expected to match. It will be updated periodically/before release to merge new changes. ## Contributing