Skip to content

Commit 21c7774

Browse files
authored
Minor
1 parent 530d90e commit 21c7774

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ urlFragment: cognitive-services-REST-api-samples
1515

1616
# Samples for REST APIs in Cognitive Services
1717

18-
This repo provides code samples for Azure Cognitive Services APIs. There are sections for Language, Search, and Vision, using various progamming languages. Note that these are just simple wrappers to the APIs. For SDKs and SDK samples there are separate repos. You can check out all Cognitive Services here: https://azure.microsoft.com/en-us/services/cognitive-services/. You can check out detailed documentation of these APIs here: https://docs.microsoft.com/en-us/azure/cognitive-services/.
18+
This repo provides code samples for Azure Cognitive Services APIs. There are sections for Language, Search, and Vision, using various progamming languages. Note that these are just simple wrappers to the APIs. For SDKs and SDK samples there are separate repos (see below for references).
19+
20+
Cognitive Services introduction: https://azure.microsoft.com/en-us/services/cognitive-services/
21+
22+
Cognitive Services docs: https://docs.microsoft.com/en-us/azure/cognitive-services/
1923

2024
## Getting Started
2125

@@ -25,7 +29,7 @@ These REST samples require some steps:
2529
1. Add your key and endpoint to your environment variables with the naming as shown in the code sample.
2630
1. Install libraries if needed (instructions on the ones needed are in the sample).
2731
1. Compile and run the sample through your IDE or the command line.
28-
1. (Optional) You may want to download the whole repo first:
32+
1. (Optional) You may want to download the whole repo first: <br>
2933
`git clone https://github.com/Azure-Samples/cognitive-services-REST-api-samples`
3034

3135
## Resources

0 commit comments

Comments
 (0)