Skip to content

Commit

Permalink
Missing article.
Browse files Browse the repository at this point in the history
  • Loading branch information
mderka committed Apr 14, 2016
1 parent ca2e927 commit 6fe3b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can test against an in-memory local DNS by following these steps:
The `delay` parameter determines if change requests should be processed synchronously
(value `0`) or in a separate thread with a minimum of delay of `delay` milliseconds.

2. In your program, create the DNS service by using helper's `options()` method. For example:
2. In your program, create the DNS service by using the helper's `options()` method. For example:
```java
Dns dns = LocalDnsHelper.options().service();
Expand Down

0 comments on commit 6fe3b43

Please sign in to comment.