Skip to content

Commit 75efcb7

Browse files
committed
Minor improvements to README spacing.
1 parent c9396a6 commit 75efcb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Or install it yourself as:
2727
## Usage
2828

2929
This is copied from `test/examples/test-dns-2.rb`. It has been simplified slightly.
30+
3031
```ruby
3132
#!/usr/bin/env ruby
3233
require 'rubydns'
@@ -56,7 +57,9 @@ def self.run
5657
end
5758
run
5859
```
60+
5961
Start the server using `rvmsudo ./test.rb`. You can then test it using dig:
62+
6063
```
6164
$ dig @localhost test1.mydomain.org
6265
$ dig @localhost dev.mydomain.org

0 commit comments

Comments
 (0)