Skip to content

Commit 142ce88

Browse files
authored
Updated run instructions
1 parent c2ec28f commit 142ce88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Language/BingSpellCheck/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ This project framework provides examples for the **Bing Spell Check SDK** for th
2323

2424
### Quickstart
2525

26-
To get these samples running locally, simply get the pre-requisites above, then:
26+
To get these samples running locally, fulfill the pre-requisites above, then in your root folder:
2727

28-
1. git clone https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git
29-
2. cd cognitive-services-java-sdk-samples/Language/BingSpellCheck
30-
3. set env variable AZURE_BING_SAMPLES_API_KEY to your cognitive services API key.
31-
4. mvn compile exec:java cleanupDaemonThreads = false
28+
1. From the command line: `git clone https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git`
29+
2. From the command line: `cd cognitive-services-java-sdk-samples/Language/BingSpellCheck`
30+
3. Set an environment variable named BING_SPELL_CHECK_SUBSCRIPTION_KEY with your cognitive services API key.
31+
4. From the command line: `mvn compile exec:java cleanupDaemonThreads = false`
3232

3333
## More information ##
3434

0 commit comments

Comments
 (0)