diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6fe6f35 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.t linguist-language=Text diff --git a/README.markdown b/README.markdown index 29a2e50..e1497b3 100644 --- a/README.markdown +++ b/README.markdown @@ -106,7 +106,7 @@ Methods new --- -`syntax: r, err = resty.dns.resolver:new(opts)` +`syntax: r, err = class:new(opts)` Creates a dns.resolver object. Returns `nil` and an message string on error.