From 7955b7814e0450d17af7bcc46374ca16db876879 Mon Sep 17 00:00:00 2001 From: "Mr. Sharma" <32684446+git-push-master@users.noreply.github.com> Date: Wed, 11 Oct 2017 00:18:23 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27182b3..35ef121 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Use [pip](https://pypi.python.org/pypi/pip) to install any missing dependencies Usage =========== -To train the bot, edit the `seq2seq.ini` file so that mode is set to train like so +To train the bot, edit the `seq2seq.ini` file so that mode is set to train like so : `mode = train` @@ -28,7 +28,7 @@ then run the code like so ``python execute.py`` -To test the bot during or after training, edit the `seq2seq.ini` file so that mode is set to test like so +To test the bot during or after training, edit the `seq2seq.ini` file so that mode is set to test like so : `mode = test`