Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Jun 3, 2023
1 parent bd209e6 commit fffc25d
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 @@ -102,15 +102,15 @@ System.out.println(chain.run("colorful socks"));
```
There we go! There’s the first chain - an LLM Chain. This is one of the simpler types of chains, but understanding how it works will set you up well for working with more complex chains.

### 3. Run Test Cases from Source
## 3. Run Test Cases from Source
```
cd langchain-java
# export JAVA_HOME=JDK17_INSTALL_HOME && mvn clean test
mvn clean test
```

### 4. Apply Spotless
## 4. Apply Spotless
```
cd langchain-java
Expand Down

0 comments on commit fffc25d

Please sign in to comment.