Skip to content

Commit

Permalink
🐛 Update Readme - Fix wrong localhost and path (#25)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
SamBWagner authored Oct 7, 2023
1 parent 8737bc9 commit 18d7769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Open a terminal or command prompt and run:
```
Navigate to the project folder:
```bash
cd TimesheetGPT
cd TimesheetGPT/src/TimesheetGPT.WebUI
```

#### 2. **Run the Application**
Expand All @@ -40,7 +40,7 @@ Run the application using the following command:
```bash
dotnet run
```
Now, you should be able to navigate to `https://localhost:5001` (or another port if you have configured it differently) in your web browser to view the application.
Now, you should be able to navigate to `https://localhost:7270` (or another port if you have configured it differently) in your web browser to view the application.

### 🛠 Develop and Contribute

Expand Down

0 comments on commit 18d7769

Please sign in to comment.