Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaterfall committed Nov 14, 2023
1 parent f4faba7 commit 02533a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fluent Request Builder
# Fluent Request

Fluent Request Builder is a powerful and flexible Java library for constructing HTTP requests in a fluent and expressive manner. It simplifies the process of creating and sending HTTP requests by providing a chainable API for building requests with ease.
Fluent Request is a powerful and flexible Java library for constructing HTTP requests in a fluent and expressive manner. It simplifies the process of creating and sending HTTP requests by providing a chainable API for building requests with ease.

## Features

Expand All @@ -12,7 +12,7 @@ Fluent Request Builder is a powerful and flexible Java library for constructing
- [Jackson](https://github.com/FasterXML/jackson) library as JSON parser to return expected response

## Installation
Fluent Request Builder can be easily installed using JitPack, see Gradle and Maven examples below.
Fluent Request can be easily installed using JitPack, see Gradle and Maven examples below.

### Gradle
Add the following to your build.gradle file:
Expand All @@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation 'com.github.thewaterfall:fluent-request-builder:1.0.0'
implementation 'com.github.thewaterfall:fluent-request:1.0.0'
}
```

Expand Down

0 comments on commit 02533a7

Please sign in to comment.