diff options
| author | Tong Sun <[email protected]> | 2023-05-03 00:09:49 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2023-05-03 00:09:49 -0400 |
| commit | 26ac3ddd56040a0d1c0e1726da0a26fcf7f116a5 (patch) | |
| tree | 5e6c23ff90e0424ef48f62468bf101bb4a530be8 | |
| parent | Merge pull request #13 from suntong/all-contributors/add-097115 (diff) | |
| download | html2md-26ac3ddd56040a0d1c0e1726da0a26fcf7f116a5.tar.xz html2md-26ac3ddd56040a0d1c0e1726da0a26fcf7f116a5.zip | |
- [#] fix README typo
| -rw-r--r-- | README.end.e.md | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.end.e.md b/README.end.e.md index 3d769ad..6f94c77 100644 --- a/README.end.e.md +++ b/README.end.e.md @@ -58,7 +58,7 @@ sudo apt-get install -y {{.Name}} To install the source code instead: ``` -go install {{.ProjectURL}} +go install {{.ProjectURL}}@latest ``` ## Author @@ -221,7 +221,7 @@ sudo apt-get install -y html2md To install the source code instead: ``` -go install github.com/suntong/html2md +go install github.com/suntong/html2md@latest ``` ## Author |