From 84b6e2485412e6b68231c7f6142ec26e31670306 Mon Sep 17 00:00:00 2001 From: Deepraj Date: Mon, 22 Jun 2020 17:23:27 +0530 Subject: [PATCH] updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eac4b0..d1f0043 100644 --- a/README.md +++ b/README.md @@ -106,15 +106,15 @@ A ChatBot framework to make customizable all purpose Chatbots using NLP, Tensorf ### 2. Once done, clone the repository inside the `Demo` folder (with activated virtual environment) #### a. Using HTTPS: - git clone https://github.com/deepraj1729/TensorChat.git + git clone https://github.com/deepraj1729/TChatBot.git #### b. Using SSH: - git clone git@github.com:deepraj1729/TensorChat.git + git clone git@github.com:deepraj1729/TChatBot.git -### 3. Navigate to the `TChatBot` folder command-line: +### 3. Navigate to the `TChatBot` folder (Parent folder) command-line: - cd TensorChat + cd TChatBot ### 4. Install the requirements from the activated environment: