From 4cd94df90c2c59eac04245e7cb4499c93d8a8e68 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Wed, 14 Aug 2024 10:54:09 -0700 Subject: [PATCH] Use the correct local dev address in README files --- README.md | 2 +- doc/i18n/README.da.md | 2 +- doc/i18n/README.en.md | 2 +- doc/i18n/README.pt.md | 2 +- doc/i18n/README.ru.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1dc7094..21355624 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ npm install npm start ``` -This will launch Puter at http://localhost:4000 (or the next available port). +This will launch Puter at http://puter.localhost:4100 (or the next available port).
diff --git a/doc/i18n/README.da.md b/doc/i18n/README.da.md index cf9277ba..a52a3fdb 100644 --- a/doc/i18n/README.da.md +++ b/doc/i18n/README.da.md @@ -53,7 +53,7 @@ npm install npm start ``` -Dette vil starte Puter på http://localhost:4000 (eller den næste tilgængelige port). +Dette vil starte Puter på http://puter.localhost:4100 (eller den næste tilgængelige port).
diff --git a/doc/i18n/README.en.md b/doc/i18n/README.en.md index 70b4313a..dda7ef3f 100644 --- a/doc/i18n/README.en.md +++ b/doc/i18n/README.en.md @@ -53,7 +53,7 @@ npm install npm start ``` -This will launch Puter at http://localhost:4000 (or the next available port). +This will launch Puter at http://puter.localhost:4100 (or the next available port).
diff --git a/doc/i18n/README.pt.md b/doc/i18n/README.pt.md index b899eebb..2b3a4efa 100644 --- a/doc/i18n/README.pt.md +++ b/doc/i18n/README.pt.md @@ -53,7 +53,7 @@ npm install npm start ``` -Isso iniciará o Puter em http://localhost:4000 (ou na próxima porta disponível). +Isso iniciará o Puter em http://puter.localhost:4100 (ou na próxima porta disponível).
diff --git a/doc/i18n/README.ru.md b/doc/i18n/README.ru.md index b68e04e8..70cfa14e 100644 --- a/doc/i18n/README.ru.md +++ b/doc/i18n/README.ru.md @@ -53,7 +53,7 @@ npm install npm start ``` -Это запустит Puter по адресу http://localhost:4000 (или на следующем доступном порту). +Это запустит Puter по адресу http://puter.localhost:4100 (или на следующем доступном порту).