Skip to content

Commit bfed226

Browse files
authored
Update README.md
1 parent 0d24cb1 commit bfed226

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
@@ -13,12 +13,11 @@ The client supports the WooCommerce REST API in the latest v3 version.
1313

1414

1515
## Setup
16-
1. Download this project and build it to create a new artifact in the local Maven repository - use simple command:
16+
1. Download this project and build it to create a new artifact in the local Maven repository using the following command:
1717
```
1818
mvn clean install
1919
```
20-
2. After a successful build, you can use the following artifact as a dependency in your Java project:
21-
wc-api-java is available on maven central:
20+
2. After a successful build, you can use the newly created `woocommerce-api-client` artifact as a dependency in your Java project.:
2221
```xml
2322
<dependency>
2423
<groupId>wtx.woocommerce</groupId>

0 commit comments

Comments
 (0)