Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Feb 27, 2016
1 parent aec69ef commit de9fdc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ let resolver = new SemverResolver(
'bar': '^1.17.3',
'mylib': '^2.8.0'
},
// The resolution to lock where appropriate. New dependencies will
// The solution to lock where appropriate. New dependencies will
// have to satisfy these versions to minimise change. However,
// dropped dependencies and their requirements will not be counted.
// If the dependencies have not changed then the generated resolution
// If the dependencies have not changed then the generated solution
// will be the same
resolution: {
solution: {
'foo': {
version: '2.4.8',
dependencies: {
Expand Down Expand Up @@ -119,7 +119,7 @@ let resolver = new SemverResolver(
resolver.resolve.then(
locks => {

// `locks` will be a structure including the resolution
// `locks` will be a structure including the solution
// that can also be used in calls to `#resolve` to lock
// versions of dependencies
...
Expand Down

0 comments on commit de9fdc3

Please sign in to comment.