Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The simplest way to try out this stack is to test it out locally and traverse th

### 1. Fork and Clone repo

Fork the repo to your Github account, then run the following command to clone the repo:
Fork the repo to your GitHub account, then run the following command to clone the repo:
```
git clone git@github.com:[YOUR_GITHUB_ACCOUNT_NAME]/ai-getting-started.git
```
Expand Down Expand Up @@ -116,7 +116,7 @@ Now you are ready to test out the app locally! To do this, simply run `npm run d
### Code contribution workflow
You can fork this repo, make changes, and create a PR. Add **@ykhli or @timqian** as reviewers.

If you are new to contributing on github, here is a step-by-step guide:
If you are new to contributing on GitHub, here is a step-by-step guide:

1. Clcik on `Fork` on the top right of this page
2. Work on your change and push it to your forked repo. Now when you navigate to the forked repo's UI, you should see something like the following:
Expand Down