Skip to content

Commit cc33337

Browse files
authored
Update swift/iOS README
Just fixes a few minor pieces of incorrect information in the Swift quickstart README. I'm an Azure cloud advocate — feel free to ping me internally on Teams/etc if there's a better process for this, but it's a small enough doc change that I figured a quick PR made sense!
1 parent 3b06248 commit cc33337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift/InkRecognition/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ XCode 10 on macOS Mojave
3939
### Quickstart
4040
(Add steps to get up and running quickly)
4141

42-
1. git clone https://github.com/Azure-Samples/cognitive-services-java-android-ink-recognition
42+
1. git clone https://github.com/Azure-Samples/cognitive-services-REST-api-samples
4343
2. cd [respository name]
44-
3. Navigate to the project directory and select the xcode project file.
45-
4. Replace [SUBSCRIPTION_KEY] in InkRenderer.swift with your valid subscription key
44+
3. Navigate to the project directory (`swift/InkRecognition`) and select the xcode project file.
45+
4. Replace `<SUBSCRIPTION_KEY_HERE>` in InkRendererView.swift with your valid subscription key
4646

4747
## Demo
4848

0 commit comments

Comments
 (0)