Skip to content

Commit 25083ca

Browse files
authored
Update README.md
1 parent e84e2c1 commit 25083ca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ This API client provides a type-safe Java interface for WooCommerce REST API v3,
1010
- Customer data and orders
1111
- E-commerce operations via REST API
1212

13-
## ✨ Why Choose This Client?
13+
## ✨ Why choose this client?
1414

1515
- 💡 **Type-Safe Java API** - fully typed interfaces for WooCommerce REST endpoints
16-
- 🛡️ **Basic Authentication** - secure WooCommerce API access
17-
- 📚 **Clear Documentation** - comprehensive examples for Java integration
18-
- 🚀 **Wide Java Support** - compatible with Java 8 and newer
16+
- 🛡️ **Basic authentication** - secure WooCommerce API access
17+
- 📚 **Clear documentation** - comprehensive examples for Java integration
18+
- 🚀 **Wide Java support** - compatible with Java 8 and newer
1919
-**OpenAPI Generated** - based on our [OpenAPI specification](https://github.com/wtx-labs/woocommerce-api-openapi-specification) developed from official WooCommerce documentation
2020

21-
## 🎯 Currently Implemented Features
21+
## 🎯 Currently implemented features
2222

2323
- ✅ Customers API
2424
- List all customers
@@ -54,18 +54,18 @@ This API client provides a type-safe Java interface for WooCommerce REST API v3,
5454
- Retrieve and view orders totals report
5555
- Retrieve and view sales report
5656

57-
## 🚨 Project Status
57+
## 🚨 Project status
5858

5959
> ⚠️ **Note: This is an early development version!**
6060
>
6161
> We are actively implementing more WooCommerce API features.
6262
> Contributions and feedback are welcome on GitHub!
6363
64-
## 📦 Version Information
64+
## 📦 Version information
6565

66-
- **Current Version**: `0.9.4`
67-
- **Supported WooCommerce API Version**: `v3`
68-
- **Java Compatibility**: Java 8+
66+
- **Current version**: `0.9.4`
67+
- **Supported WooCommerce API version**: `v3`
68+
- **Java compatibility**: Java 8+
6969

7070
## 🔓 License
7171

@@ -75,7 +75,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
7575

7676
The only requirement is to preserve the original author attribution in the source code and documentation.
7777

78-
## 🚀 Quick Start Guide
78+
## 🚀 Quick start guide
7979

8080
### 1️⃣ Installation
8181

@@ -97,7 +97,7 @@ Then add the locally built artifact to your project:
9797
</dependency>
9898
```
9999

100-
### 2️⃣ Java Integration Example
100+
### 2️⃣ Java integration example
101101

102102
Here's how to fetch WooCommerce customer data using the client:
103103

@@ -150,13 +150,13 @@ public class WooCommerceApiClientUsageDemo {
150150
}
151151
```
152152

153-
## 🔗 Get Involved
153+
## 🔗 Get involved
154154

155155
- ✨ Check our [GitHub Issues](https://github.com/wtx-labs/woocommerce-api-client-java/issues) for latest updates
156156
- 💡 Have suggestions? Open an Issue or contribute to the project
157157
- 🌟 Star this repository if you find it helpful!
158158

159-
## 📊 Project Statistics
159+
## 📊 Project statistics
160160

161161
- ⭐ 5 GitHub stars
162162
- 🔄 Regular updates and improvements

0 commit comments

Comments
 (0)