diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8088916 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} diff --git a/README.md b/README.md index 12e5149..5f35345 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ in the browser or in a local installation of vs code) for more info [go here](ht ![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) + +this is a commit message by nathan and ryan \ No newline at end of file