diff --git a/README.md b/README.md
index 8484f6c..8367750 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,30 @@
# client
-The is a single page application built using Vite (https://vitejs.dev/)
+The is a single page application built using Vite ()
+
+Example URL for Account View
## Project setup
-```
+```sh
npm install
```
### Compiles and hot-reloads for development
-```
+```sh
npm run dev
```
### Compiles and minifies for production
-```
+```sh
npm run build
```
### Lints and fixes files
-```
+```sh
npm run lint
```