Skip to content

Commit 4558365

Browse files
committed
Change app name
1 parent 2ef002d commit 4558365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Or using [Docker](https://www.docker.com/)
1818
- Rename `.env.sample` to `.env` and update the database connection string in `DATABASE_URL` key.
1919
- Build with release profile: `cargo build --release`
2020
- Run release binary in command line/terminal.
21-
- Windows: `target/release/address_book_rest_api.exe`
22-
- Linux/UNIX: `target/release/address_book_rest_api`
21+
- Windows: `target/release/actix-web-rest-api-with-jwt.exe`
22+
- Linux/UNIX: `target/release/actix-web-rest-api-with-jwt`
2323
- Enjoy! 😄
2424

2525
### Docker

0 commit comments

Comments
 (0)