Skip to content

Commit

Permalink
Fix typo in README and Contributing Guide (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
choidabom authored Jul 23, 2024
1 parent 94c0b9f commit a1018db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is a rough outline of what a contributor's workflow looks like:
- Make commits of logical units
- Make sure commit messages are in the proper format
- Push changes in a topic branch to a personal fork of the repository
- Submit a pull request to yorkie-team/dashboard
- Submit a pull request to yorkie-team/codepair
- The PR must receive a LGTM from maintainers

Thanks for contributing!
Expand Down
4 changes: 2 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project is the frontend part of the CodePair service developed using Vite a

After completing this step, you should have the `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` values.

2. Update your `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` to `./backend/dockerdocker-compose-full.yml`.
2. Update your `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` to `./backend/docker/docker-compose-full.yml`.

```bash
vi ./backend/docker/docker-compose-full.yml
Expand All @@ -21,7 +21,7 @@ This project is the frontend part of the CodePair service developed using Vite a
GITHUB_CLIENT_SECRET: "your_github_client_secret_here"
```

3. Run `./backend/dockerdocker-compose-full.yml`.
3. Run `./backend/docker/docker-compose-full.yml`.

```bash
docker-compose -f ./backend/docker/docker-compose-full.yml up -d
Expand Down

0 comments on commit a1018db

Please sign in to comment.