We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75db961 commit 625fc35Copy full SHA for 625fc35
README.md
@@ -42,18 +42,14 @@ import reading "github.com/edoardottt/go-readingtime"
42
43
func main() {
44
t := reading.RawEstimate(`Lorem ipsum dolor sit amet, consectetur...`)
45
- fmt.Println(t)
+ fmt.Println(t) // 2m0s
46
47
t := reading.Estimate(`Lorem ipsum dolor sit amet, consectetur...`)
48
+ fmt.Println(t) // 2 minutes
49
}
50
```
51
52
-Output:
53
-
54
-```console
55
56
-```
+Read the [`package documentation here`](https://pkg.go.dev/github.com/edoardottt/go-readingtime).
57
58
Changelog 📌
59
-------
0 commit comments