diff --git a/README.md b/README.md index 6d34675..54e92b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation -This project contains scripts for managing the frontend and server components of the SyntaxSorcerer application. The scripts cover: +This project contains scripts for managing the frontend and server components. The scripts cover: 1. Installing NPM dependencies. 2. Deploying to Fly.io. @@ -13,15 +13,15 @@ This project contains scripts for managing the frontend and server components of ### 1. `npm_install.sh` -**Description**: This script installs NPM dependencies for both the `frontend` and `server` components. +This script installs NPM dependencies for both the `frontend` and `server` components. ### 2. `fly_deploy.sh` -**Description**: This script deploys both the `frontend` and `server` components to `Fly.io.` +This script deploys both the `frontend` and `server` components to `Fly.io.` ### 3. `run_all_tasks.sh` -**Description**: This script performs both the `NPM installation` and `Fly.io deployment` tasks sequentially. It installs dependencies for both frontend and server, then deploys them. +This script performs both the `NPM installation` and `Fly.io deployment` tasks sequentially. It installs dependencies for both frontend and server, then deploys them. ### **Usage**: 1. Open your terminal.