diff --git a/README.md b/README.md index f85f3bd..01444a4 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,18 @@ -# C2C Elite 101 Python Chatbot Starter +# Introduction -This chatbot was created by Jorge Luna - update -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. +This is a repository created by *Samuel* -The project is meant to be a starter for your chatbot project. -To use this project do the following: +## Usage -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) +Run this command to execute the application: -Example change + +`python filename.py` + + + + +```