diff --git a/README.md b/README.md
index c70471a..5a5f7f2 100644
--- a/README.md
+++ b/README.md
@@ -2,41 +2,24 @@ ___
Auto Read Story WhatsApp
-
+
___
-### PANEL
+### PANEL/VPS
-- Pastikan panel yang kamu beli support golang versi 1.23
- Jalankan command dibawah ini di terminal
```
$ git clone https://github.com/Onichaa/readsw
$ cd readsw
-$ go mod init readsw
-$ go mod tidy
-$ go run main.go
-```
-
-___
-### LINUX/VPS
-
-- [Install package golang untuk linux/vps](https://go.dev/doc/install)
-
-kalo udah install package golang di vpsnya jalankan command di bawah ini di terminal
-
-```
-$ git clone https://github.com/Onichaa/readsw
-$ cd readsw
-$ go mod init readsw
-$ go mod tidy
-$ go run main.go
+$ npm i
+$ npm start
```
___
Jika ingin run ulang ketik aja langsung
```
-$ go run main.go
+$ npm start
```