Skip to content

Commit

Permalink
added code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyzev committed Apr 3, 2022
1 parent 3199f99 commit 95a4c6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -23,7 +23,7 @@ Replace `${version}` with the current version!
<details>
<summary>Gradle KTS</summary>

```kotlin
```kt
repositories {
maven("https://jitpack.io")
}
Expand All @@ -38,7 +38,7 @@ dependencies {
<details>
<summary>Gradle Groovy</summary>

```
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
Expand All @@ -53,7 +53,7 @@ dependencies {
<details>
<summary>Maven</summary>

```
```xml
<repositories>
<repository>
<id>jitpack.io</id>
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
<details>
<summary>Kotlin</summary>

```kotlin
```kt
val whoIs = WhoIs("google.com")
whoIs.doRequest().forEach(::println)
```
Expand Down Expand Up @@ -119,4 +119,4 @@ give a better chance of it being resolved.
WHOIS (pronounced as the phrase "who is") is a query and response protocol that is widely used for querying databases that store the registered users or assignees of an Internet resource, such as a domain name, an IP address block or an autonomous system, but is also used for a wider range of other information. The protocol stores and delivers database content in a human-readable format. The current iteration of the WHOIS protocol was drafted by the Internet Society, and is documented in RFC 3912.

Source: [Wikipedia](https://en.wikipedia.org/wiki/WHOIS)
See [Wikipedia](https://en.wikipedia.org/wiki/WHOIS) for more information.
See [Wikipedia](https://en.wikipedia.org/wiki/WHOIS) for more information.

0 comments on commit 95a4c6c

Please sign in to comment.