summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jaytaylor/html2text/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jaytaylor/html2text/README.md')
-rw-r--r--vendor/github.com/jaytaylor/html2text/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/jaytaylor/html2text/README.md b/vendor/github.com/jaytaylor/html2text/README.md
index 34b87f7a7..6b2494eeb 100644
--- a/vendor/github.com/jaytaylor/html2text/README.md
+++ b/vendor/github.com/jaytaylor/html2text/README.md
@@ -23,7 +23,7 @@ It requires go 1.x or newer ;)
## Download the package
```bash
-go get github.com/jaytaylor/html2text
+go get jaytaylor.com/html2text
```
## Example usage
@@ -34,7 +34,7 @@ package main
import (
"fmt"
- "github.com/jaytaylor/html2text"
+ "jaytaylor.com/html2text"
)
func main() {