Skip to content

Commit

Permalink
remove comment from READMEs (#166)
Browse files Browse the repository at this point in the history
remove comment from user-facing readme
  • Loading branch information
gudsson authored Oct 25, 2023
1 parent 9c4b83d commit e1aff7a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down
3 changes: 1 addition & 2 deletions packages/read-emails/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down Expand Up @@ -55,4 +54,4 @@ If the command doesn't return a version, you might not have Node installed.

You can go to [nodejs.org](https://nodejs.org/en/) to download and set up Node (`v18.0.0` or later) on your machine. If you use a version manager for Node, use it to install Node 18.

Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
3 changes: 1 addition & 2 deletions packages/read-orders/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down Expand Up @@ -55,4 +54,4 @@ If the command doesn't return a version, you might not have Node installed.

You can go to [nodejs.org](https://nodejs.org/en/) to download and set up Node (`v18.0.0` or later) on your machine. If you use a version manager for Node, use it to install Node 18.

Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
Once you install node, run `node -v` again to confirm the version. You might need to restart your terminal for the changes to take effect.
1 change: 0 additions & 1 deletion packages/schedule-events/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down
1 change: 0 additions & 1 deletion packages/send-and-read-emails/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down
1 change: 0 additions & 1 deletion packages/send-emails/frontend/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y

### Build the app

<!-- LR: is this step needed? I got by without it-->
```bash
npm run build
```
Expand Down

0 comments on commit e1aff7a

Please sign in to comment.