Skip to content

Commit f5a1144

Browse files
authored
Update README.md
Added project name.
1 parent fb5eba9 commit f5a1144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Project Name
2+
# Samples for REST APIs in Cognitive Services
33

44
This repo provides code samples for cognitive services APIs. There are sections for Language, Search, and Vision APIs 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 APIs 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/#pivot=products&panel=cognitive.
55

@@ -26,7 +26,7 @@ You can get free access keys from here: https://azure.microsoft.com/en-us/try/co
2626

2727
1. git clone https://github.com/Azure-Samples/cognitive-services-REST-api-samples
2828
2. cd cognitive-services-REST-api-samples
29-
3. Choose your sample and language and open in your favorite IDE.
29+
3. Choose your language and sample and open in your favorite IDE.
3030
3. Insert Access Key (and other parameters as required). See Geeting Started section above for info on how to get keys.
3131
4. Build and Run.
3232

0 commit comments

Comments
 (0)