Skip to content

Commit cf6cd39

Browse files
committed
update vendor-directory readme
1 parent ebba140 commit cf6cd39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor-directory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
In this section we'll be talking about the `vendor` directory feature
66
in Go.
77

8-
Since `Go 1.5`, the Go team decided to make our life easier and allow the
8+
Since `Go 1.5`, the Go team decided to make our life's easier and allowed the
99
community to develop package managers, so we all enjoy downloading
1010
and installing specific locked versions of software, without
1111
breaking our precious applications.
1212

1313
By the end of this tutorial you will perfectly know what the `vendor`
14-
directory is Go and how to make use of it.
14+
directory is in Go and how to make use of it.
1515

1616
## Medium version 📖
1717

0 commit comments

Comments
 (0)