Skip to content

Commit 1f4e356

Browse files
authored
Update README.md (#2)
Signed-off-by: James Hillyerd <james@hillyerd.com>
1 parent 2ccda29 commit 1f4e356

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# html2text
22

3-
[![Documentation](https://godoc.org/github.com/jaytaylor/html2text?status.svg)](https://godoc.org/github.com/jaytaylor/html2text)
4-
[![Build Status](https://travis-ci.org/jaytaylor/html2text.svg?branch=master)](https://travis-ci.org/jaytaylor/html2text)
5-
[![Report Card](https://goreportcard.com/badge/github.com/jaytaylor/html2text)](https://goreportcard.com/report/github.com/jaytaylor/html2text)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/inbucket/html2text.svg)](https://pkg.go.dev/github.com/inbucket/html2text)
4+
[![Build and Test](https://github.com/inbucket/html2text/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/inbucket/html2text/actions/workflows/build-and-test.yml)
5+
[![Report Card](https://goreportcard.com/badge/github.com/inbucket/html2text)](https://goreportcard.com/report/github.com/inbucket/html2text)
66

77
### Converts HTML into text of the markdown-flavored variety
88

9+
This is a permanent fork of the original
10+
[jaytaylor.com/html2text](https://github.com/jaytaylor/html2text) package.
11+
912
## Introduction
1013

1114
Ensure your emails are readable by all!
@@ -21,7 +24,7 @@ It requires go 1.x or newer ;)
2124
## Download the package
2225

2326
```bash
24-
go get jaytaylor.com/html2text
27+
go get github.com/inbucket/html2text
2528
```
2629

2730
## Example usage
@@ -34,7 +37,7 @@ package main
3437
import (
3538
"fmt"
3639

37-
"jaytaylor.com/html2text"
40+
"github.com/inbucket/html2text"
3841
)
3942

4043
func main() {
@@ -127,17 +130,3 @@ go test
127130
# License
128131

129132
Permissive MIT license.
130-
131-
## Contact
132-
133-
You are more than welcome to open issues and send pull requests if you find a bug or want a new feature.
134-
135-
If you appreciate this library please feel free to drop me a line and tell me! It's always nice to hear from people who have benefitted from my work.
136-
137-
Email: jay at (my github username).com
138-
139-
Twitter: [@jtaylor](https://twitter.com/jtaylor)
140-
141-
# Alternatives
142-
143-
https://github.com/k3a/html2text - Lightweight

0 commit comments

Comments
 (0)