Skip to content

Commit f5a8be5

Browse files
committed
Fixed README.
1 parent 64505bb commit f5a8be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ mysql://username:mypassword@localhost:3306/mydb
6464
### Build the Application
6565

6666
```bash
67-
npm build
67+
npm run build
6868
```
6969

70-
*The build step will create tables in your database if you are installing for the first time. It will also create a login user with username **admin** and password **umami**.*
70+
_The build step will create tables in your database if you are installing for the first time. It will also create a login user with username **admin** and password **umami**._
7171

7272
### Start the Application
7373

7474
```bash
7575
npm run start
7676
```
7777

78-
*By default, this will launch the application on `http://localhost:3000`. You will need to either [proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly.*
78+
_By default, this will launch the application on `http://localhost:3000`. You will need to either [proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly._
7979

8080
---
8181

0 commit comments

Comments
 (0)