Skip to content

Commit b3a6a39

Browse files
committed
Update README.md
1 parent 957e717 commit b3a6a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The GetEndpointData method is used to retrieve a fully results set.
5555
public Endpoint GetEndpointData(string host, string s, FromCache fromCache)
5656
```
5757

58-
The wrapper also contains an overloaded GetEndpointDetail method which only requires the host and s parameter. Internal is uses FromCache.Off.
58+
The wrapper also contains an overloaded GetEndpointData method which only requires the host and s parameter. Internal is uses FromCache.Off.
5959
```C#
6060
public Endpoint GetEndpointData(string host, string s)
6161
```

0 commit comments

Comments
 (0)