diff --git a/packages/read-and-create-calendar-events/frontend/react/README.md b/packages/read-and-create-calendar-events/frontend/react/README.md index 5b6aaf8..439fe92 100644 --- a/packages/read-and-create-calendar-events/frontend/react/README.md +++ b/packages/read-and-create-calendar-events/frontend/react/README.md @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y ### Build the app - ```bash npm run build ``` diff --git a/packages/read-emails/frontend/react/README.md b/packages/read-emails/frontend/react/README.md index b90c8c2..daeb8e2 100644 --- a/packages/read-emails/frontend/react/README.md +++ b/packages/read-emails/frontend/react/README.md @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y ### Build the app - ```bash npm run build ``` @@ -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. \ No newline at end of file +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. diff --git a/packages/read-orders/frontend/react/README.md b/packages/read-orders/frontend/react/README.md index d6c16a4..a7ba9f7 100644 --- a/packages/read-orders/frontend/react/README.md +++ b/packages/read-orders/frontend/react/README.md @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y ### Build the app - ```bash npm run build ``` @@ -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. \ No newline at end of file +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. diff --git a/packages/schedule-events/frontend/react/README.md b/packages/schedule-events/frontend/react/README.md index 6a0c31a..e6d23b4 100644 --- a/packages/schedule-events/frontend/react/README.md +++ b/packages/schedule-events/frontend/react/README.md @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y ### Build the app - ```bash npm run build ``` diff --git a/packages/send-and-read-emails/frontend/react/README.md b/packages/send-and-read-emails/frontend/react/README.md index 2fe6e7b..2cedbec 100644 --- a/packages/send-and-read-emails/frontend/react/README.md +++ b/packages/send-and-read-emails/frontend/react/README.md @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y ### Build the app - ```bash npm run build ``` diff --git a/packages/send-emails/frontend/react/README.md b/packages/send-emails/frontend/react/README.md index e5289b9..1e428e9 100644 --- a/packages/send-emails/frontend/react/README.md +++ b/packages/send-emails/frontend/react/README.md @@ -22,7 +22,6 @@ The `package.json` in this sample already includes the Nylas React package. If y ### Build the app - ```bash npm run build ```