Skip to content

Commit 3b3cd36

Browse files
authored
fix: readme (anthropics#4)
* readme fixes Signed-off-by: Julie Vogelman <julievogelman0@gmail.com> * remove change to java version Signed-off-by: Julie Vogelman <julievogelman0@gmail.com> --------- Signed-off-by: Julie Vogelman <julievogelman0@gmail.com>
1 parent 75e318c commit 3b3cd36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ Player Service is a backend application that serves baseball player data. In add
2424
- Verify installation, run: `docker --version`
2525

2626
2. Clone this repository or Download the code as zip
27-
- run `git clone https://github.com/Intuit-A4A/player-service-java.git`
27+
- run `git clone https://github.com/Intuit-A4A/backend-java-player-service.git`
2828

2929
## Run the application
3030

3131
### Part 1: Application Dependencies
3232

3333
1. Install application dependencies
34-
- Move into the project's root directory, run: `cd player-service-java`.
3534
- From the project's root directory, run: `mvn clean install -DskipTests`
3635

3736
### Part 2: Run Player Service (without LLM)
@@ -80,7 +79,7 @@ Player service integrates with Ollama 🦙, which allows us to run LLMs locally.
8079

8180
### Part 4: Verify Player Service and LLM Integration
8281

83-
1. Ensure Player Service is running
82+
1. Ensure Player Service is running from previous instructions. If not:
8483

8584
```shell
8685
mvn spring-boot:run

0 commit comments

Comments
 (0)