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

docs(CONTRIBUTING.md) update wording and fix mistake #448

Merged
merged 2 commits into from
Oct 19, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Update CONTRIBUTING.md
  • Loading branch information
ArjunSharda authored Oct 17, 2022
commit 140d6a2861db0d3d8c3267f479a26d70bca0a01d
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The environment variables are:
**ENCORE_RUNTIME_PATH**

This must be set to the location of the `encore.dev` runtime package.
It's located in encore's GitHub repository in the `runtime` directory:
It's located in this Git repository in the `runtime` directory:

```bash
export ENCORE_RUNTIME_PATH=/path/to/encore/runtime
Expand Down Expand Up @@ -97,7 +97,7 @@ npm test -- --watch #re-run tests on file change

## Architecture

encore's code base is divided into several parts:
The code base is divided into several parts:

### cli
The `encore` command line interface. The encore background daemon
Expand Down