Skip to content
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Remix plugin offers a set of common APIs for plugins to implement. This set of A



> The first goal of **remix plugin** is to enable a plugin to work in the envrionments of multiple engines. If a plugin has dependancies on other plugins, each engine must implement these dependancies.
> The first goal of **remix plugin** is to enable a plugin to work in the environments of multiple engines. If a plugin has dependencies on other plugins, each engine must implement these dependencies.


# Contribute
Expand All @@ -69,7 +69,7 @@ Open your browser on `http://localhost:4211/`.


## Build
This uses nx's affected:build to only update what has been changes since last build.
This uses nx's affected:build to only update what has been changed since last build.
```
npm run build
```
Expand All @@ -85,7 +85,7 @@ npx nx build engine-vscode --with-deps
```

## Test
This uses nx's affected:test to only update what has been changes since last test.
This uses nx's affected:test to only update what has been changed since last test.
```
npm test
```
Expand All @@ -98,4 +98,4 @@ npm run deploy:latest
OR
```
npm run deploy:next
```
```