Skip to content

Commit

Permalink
version & doc update in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vsevex committed Oct 1, 2023
1 parent 41b1dab commit d83f2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To install DNSolve, add the following dependency to your `pubspec.yaml` file:

```dart
dependencies:
dnsolve: ^0.6.0
dnsolve: ^1.0.0
```

### Usage
Expand Down Expand Up @@ -58,7 +58,7 @@ The `lookup()` method returns a `ResolveResponse` object. This object contains t
- `answer`: The DNS answer.
- Some other additional properties.

The `answer` property contains a list of `Record` objects. Each `Record` object represents a single DNS record. The `Record` object has the following properties:
The `answer` property contains a list of `Record` and `SRVRecord` objects. Each `Record` object represents a single DNS record. The `Record` object has the following properties:

- `name`: The name of the DNS record.
- `rType`: The type of the DNS record.
Expand Down

0 comments on commit d83f2e9

Please sign in to comment.