Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch authored Jul 16, 2023
1 parent 34d7872 commit cea2188
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ HTTPRequest is an easy-to-use zero dependency Java wrapper to read from a URL.

Support for Cookies, proxies, UserAgent, post data and more.

## How To Add As Library
## 💡 Requirements
+ Java Runtime 1.8 **or higher**

## ⚙️ How To Add As Library
Add it as a maven dependency or just [download the latest release](https://github.com/Konloch/HTTPRequest/releases).
```xml
<dependency>
Expand All @@ -13,12 +16,12 @@ Add it as a maven dependency or just [download the latest release](https://githu
</dependency>
```

## Links
## 👨‍💻 Links
* [Website](https://konloch.com/HTTPRequest/)
* [Discord Server](https://discord.gg/aexsYpfMEf)
* [Download Releases](https://konloch.com/HTTPRequest/releases)

## How To Use
## 💻 How To Use
**Simple Request:**
```java
HTTPRequest request = new HTTPRequest(new URL("https://google.com/"));
Expand Down

0 comments on commit cea2188

Please sign in to comment.