Fix single typo in README.md

This commit is contained in:
joriscode 2016-04-19 10:10:52 +02:00
parent 3aa76db277
commit 7c801cc89b
2 changed files with 2 additions and 2 deletions

View File

@ -582,7 +582,7 @@ Check that the necessary repositories ("resolvers" in SBT parlance) are added to
the sub-projects that need them.
By default in SBT, all the caches of the various repositories
are blended together. Which means that if the required repoitories are added at just one place,
are blended together. Which means that if the required repositories are added at just one place,
some dependencies may be put in cache from there, then become accessible from other places via
the cache, even though the required repositories were not added to them.
Coursier, on the other hand, keeps the caches of the various repositories separate, so that

View File

@ -606,7 +606,7 @@ Check that the necessary repositories ("resolvers" in SBT parlance) are added to
the sub-projects that need them.
By default in SBT, all the caches of the various repositories
are blended together. Which means that if the required repoitories are added at just one place,
are blended together. Which means that if the required repositories are added at just one place,
some dependencies may be put in cache from there, then become accessible from other places via
the cache, even though the required repositories were not added to them.
Coursier, on the other hand, keeps the caches of the various repositories separate, so that