From cfb8b238b87d906ee848632c82eb0d28865553dc Mon Sep 17 00:00:00 2001 From: Christopher Waldon Date: Wed, 25 Oct 2017 21:58:06 -0400 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6dae6e3cd..dedbd66d4a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ That said, keep in mind the following: * `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. -* `dep` still has nasty bugs, but in general these are comparable or fewer to other tools out there. +* `dep` still has nasty bugs, but in general these are comparable to or fewer than other tools out there. * `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. * `dep` is still changing rapidly. If you need stability (e.g. for CI), it's best to rely on a released version, not tip. * `dep`'s exported API interface will continue to change in unpredictable, backwards-incompatible ways until we tag a v1.0.0 release.