From 8bbfd7fca228d042f11bc08ce2855197c2135d06 Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Tue, 4 Mar 2025 10:01:45 +0300 Subject: [PATCH] fix(docs): Improve grammar, fix wording, and update consistency - Improved sentence structure in introduction - Added missing articles for better readability - Ensured consistency in dependency installation steps - Suggested a clearer title for running the app --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69f9862..bc8ddd7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # Coinbase Onramp Demo App -This project serves to be a demo to utilize Coinbase Onramp +TThis project serves as a demo to utilize Coinbase Onramp ## Getting Started ### Environment Setup -Install System Dependencies +Install the system dependencies - Nodejs - yarn -Install App dependencies +Install the app dependencies ```bash yarn @@ -34,7 +34,7 @@ yarn Add API Keys into your .env file -### Running the app +### Running the App Locally run the development server: ```bash