Skip to content

Commit 5742433

Browse files
authored
Update README.md
1 parent fd00f4f commit 5742433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ alias gmodu="go list -u -m -json all | go-mod-outdated -direct -update"
105105

106106
## Invalid timestamps
107107

108-
There is case where the updated version reported by the go list command is actually older than the current one.
108+
There is a case where the updated version reported by the go list command is actually older than the current one.
109109

110110
go-mod-outdated output includes a column named **VALID TIMESTAMP** which will give an indication when this case happens,
111111
helping application maintainers to avoid upgrading to a version that will break their application.

0 commit comments

Comments
 (0)