diff --git a/readme.md b/readme.md
index e4f0893d..5c6326be 100644
--- a/readme.md
+++ b/readme.md
@@ -1,12 +1,16 @@
-# Currency Exchange (MYR, RMB, USD)
+# Laravel-Vue SPA
-> A currency exchange system that user able to book their rate and upload their backin slip. For admin backend, they can perform booking with supplier, update booking status, etc. Using a Laravel-Vue SPA starter project template.
+
+
+
+
+> A Laravel-Vue SPA starter project template.
-## TechStack
+## Features
- Laravel 5.6
- Vue + VueRouter + Vuex + VueI18n + ESlint
@@ -18,19 +22,14 @@
## Installation
-- `git clone git@gitlab.com:CIEFWorldwideSdnBhd/exchange.git`
-- Copy `.env-example` to `.env`
+- `composer create-project --prefer-dist cretueusebiu/laravel-vue-spa`
- Edit `.env` and set your database connection details
-- `Comp` run `php artisan key:generate` and `php artisan jwt:secret`)
+- (When installed via git clone or download, run `php artisan key:generate` and `php artisan jwt:secret`)
- `php artisan migrate`
- `yarn` / `npm install`
## Usage
-#### Test Credentials
-`user@example.com:secret`
-`admin@example.com:secret`
-
#### Development
```bash