Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 6aab585

Browse files
authored
Merge pull request #1317 from whereswaldon/master
Fix README typo
2 parents a836fed + cfb8b23 commit 6aab585

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
@@ -22,7 +22,7 @@
2222
That said, keep in mind the following:
2323

2424
* `dep init` on an existing project can be a rocky experience - we try to automatically convert from other tools' metadata files, and that process is often complex and murky. Once your project is converted and you're using `dep ensure`, its behavior is quite stable.
25-
* `dep` still has nasty bugs, but in general these are comparable or fewer to other tools out there.
25+
* `dep` still has nasty bugs, but in general these are comparable to or fewer than other tools out there.
2626
* `dep` is [pretty slow right now](https://github.com/golang/dep/blob/master/docs/FAQ.md#why-is-dep-slow), especially on the first couple times you run it. Just know that there is a _lot_ of headroom for improvement, and work is actively underway.
2727
* `dep` is still changing rapidly. If you need stability (e.g. for CI), it's best to rely on a released version, not tip.
2828
* `dep`'s exported API interface will continue to change in unpredictable, backwards-incompatible ways until we tag a v1.0.0 release.

0 commit comments

Comments
 (0)