Skip to content

Commit

Permalink
Merge pull request #1730 from UlisesGascon/docs/minor-typos
Browse files Browse the repository at this point in the history
Improved formatting and improved spelling
  • Loading branch information
EmiM authored Sep 11, 2023
2 parents 8f4e038 + d075b16 commit 425abac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm run start

## Versioning packages

Before trying to release a new version, make sure you have GH_TOKEN env set.
Before trying to release a new version, make sure you have `GH_TOKEN` env set.

The project uses independent versioning which means each package has its own version number. Only those packages in which something has changed since the last release will be bumped.

Expand Down Expand Up @@ -60,7 +60,7 @@ npm run lerna add luxon packages/state-manager

----

Lerna takes care of all the packages. You can execute scripts is every pakcage by simpy running:
Lerna takes care of all the packages. You can execute scripts is every package by simply running:

```
npm run lerna run <script> --stream
Expand Down Expand Up @@ -94,7 +94,7 @@ Available package names are:

## Locally linking packages (mobile)

Metro requires additional step for locally linking packages. After running standard ```npm link``` commands, update ```metro.config.js``` as follows
Metro requires additional step for locally linking packages. After running standard `npm link` commands, update `metro.config.js` as follows

```
const watchFolders = [
Expand Down

0 comments on commit 425abac

Please sign in to comment.