From 7882a19bb52a709b5afbdd14cfdd97ff14eb0a3d Mon Sep 17 00:00:00 2001 From: Ahmed Elhinidy Date: Mon, 5 Sep 2016 13:18:20 +0200 Subject: [PATCH] Modified the README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de53d24..e54a65f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ LUIS ============== LUIS is a service for language understanding that provides intent classification and entity extraction. -In order to use the SDK you first need to create and publish an app on www.luis.ai where you will get your appID and appKey and put their values into App.config in the application provided +In order to use the SDK you first need to create and publish an app on www.luis.ai where you will get your appID and appKey. -The solution contains the SDK itself and a sample application that contains 2 sample use cases (one with intent routers and one using the client directly) +The solution contains the SDK itself and a sample application that allow you to enter you appId and appKey, and to perform the two actions "predict" and "reply". Cloning The Repo --------------