Skip to content

Commit 58a008d

Browse files
authored
Update README.md
1 parent 4a31097 commit 58a008d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ This API client provides type-safe Java interfaces for Qualtrics API, enabling s
1414
- Creating and administering EX projects and their participants
1515
- Retrieving project IDs for participants with incomplete project involvement
1616

17-
## ✨ Why Choose This Client?
17+
## ✨ Why choose this client?
1818

1919
- 💡 **Type-Safe Java API** - fully typed interfaces for Qualtrics API endpoints
20-
- 🛡️ **Secure Authentication** - API token and OAuth2 support
21-
- 📚 **Clear Documentation** - comprehensive examples for Java integration
22-
- 🚀 **Java 17+ Support** - compatibility with latest Java versions
20+
- 🛡️ **Secure authentication** - API token and OAuth2 support
21+
- 📚 **Clear documentation** - comprehensive examples for Java integration
22+
- 🚀 **Java 17+ support** - compatibility with latest Java versions
2323

24-
## 🎯 Implemented Features
24+
## 🎯 Implemented features
2525

2626
- ✅ Contact Imports API
2727
- Bulk import contacts
@@ -50,14 +50,14 @@ This API client provides type-safe Java interfaces for Qualtrics API, enabling s
5050
- Retrieve incomplete project IDs for participants
5151

5252

53-
## 🚨 Project Status
53+
## 🚨 Project status
5454

5555
> ⚠️ **Note: This is a development version!**
5656
>
5757
> We are actively implementing more Qualtrics API features.
5858
> Contributions and feedback are welcome on GitHub!
5959
60-
## 📦 Version Information
60+
## 📦 Version information
6161

6262
- **Current Version**: `0.1.1`
6363
- **Supported API Version**: `v3`
@@ -71,7 +71,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
7171

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

74-
## 🚀 Quick Start Guide
74+
## 🚀 Quick start guide
7575

7676
### 1️⃣ Installation
7777

@@ -93,7 +93,7 @@ Then add the locally built artifact to your project:
9393
</dependency>
9494
```
9595

96-
### 2️⃣ Java Integration Example
96+
### 2️⃣ Java integration example
9797

9898
Here's how to get EX directory participant data using the client:
9999

@@ -148,13 +148,13 @@ public class QualtricsApiClientUsageDemo {
148148
}
149149
```
150150

151-
## 🔗 Get Involved
151+
## 🔗 Get involved
152152

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

157-
## 📊 Project Statistics
157+
## 📊 Project statistics
158158

159159
- ⭐ Actively developed
160160
- 🔄 Regular updates and improvements

0 commit comments

Comments
 (0)