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`