From 98018558ee9b3e825c086deed461ac6da699a9dd Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 16 Oct 2024 21:43:20 +0200 Subject: [PATCH] Update README.md Signed-off-by: Nathan --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 033a558..a64280e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Typed OOP in the browser! Just raw [Web API](https://developer.mozilla.org/en-US/docs/Web/API). -With TailwindCSS, ESBuild, and fast-refreshing development server! +Powered by Typescript, TailwindCSS, ESBuild, and fast-refreshing development server! ## How to... @@ -55,19 +55,14 @@ $ npm run start Rebuilding... - ┌──────────────────────────────────────────┐ - │ │ - │ Serving! │ - │ │ - │ - Local: http://localhost:3000 │ - │ - Network: http://192.168.0.13:3000 │ - │ │ - │ Copied local address to clipboard! │ - │ │ - └──────────────────────────────────────────┘ +Done in 1623ms. + +Server running at http://127.0.0.1:3000/ +To exit: Ctrl + c + ``` -[Open in your browser](http://localhost:3000) and edit `src/App.ts` - the page will autmoatically refresh itself after every save. +[Open in your browser](http://localhost:3000) and edit `src/App.ts` - the page will automatically refresh itself after every save. ---