diff --git a/README.md b/README.md index 12e5149..47daf6e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,8 @@ -# C2C Elite 101 Python Chatbot Starter +# Jas's Chatbot -This chatbot was created by Jorge Luna - update +This is a chatbot repository. More coming soon! -This project is a starter project that includes a dev [container (GitHub Codespace)](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers) that is set up for a python -development environment. -The project is meant to be a starter for your chatbot project. +## Usage -To use this project do the following: - -1. Fork this project -2. From the code section of the repository click the green code button, select Codespaces -tab in the popup and click the + button to create a codespace (you will be able to use this codespace -in the browser or in a local installation of vs code) for more info [go here](https://docs.github.com/en/codespaces/developing-in-a-codespace/opening-an-existing-codespace) -![Screenshot](codespace_usage.png) -3. To run the starter program, in a terminal run python main.py, or open the main.py file and click the play button at the top right of the editor -![Screenshot](codespace_run_file.png) +to run this program do the following in the terminal: diff --git a/codespace_run_file.png b/codespace_run_file.png deleted file mode 100644 index e690fba..0000000 Binary files a/codespace_run_file.png and /dev/null differ diff --git a/codespace_usage.png b/codespace_usage.png deleted file mode 100644 index b674c7a..0000000 Binary files a/codespace_usage.png and /dev/null differ