Skip to content

Commit

Permalink
README.md minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-sintotski committed Dec 7, 2019
1 parent a32230e commit ef93c72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dart library to access and manipulate content of pubpec.lock files

## Class PubspecLock

PubspecLock is a data type representing data stored in pubspec.lock files.
PubspecLock represents data stored in pubspec.lock files.
It provides the following facilities:
- Parser from pubspec.lock YAML string
- Formatter to pubspec.lock YAML string
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies:

## Full example

The following Dart script check whether all Dart dependencies are taken from pub.dev.
The following Dart script checks whether all Dart dependencies are taken from pub.dev.

```
import 'dart:io';
Expand Down Expand Up @@ -65,4 +65,3 @@ bool isHostedByPubDev(PackageDependency package) =>
otherwise: () => false,
);
```

0 comments on commit ef93c72

Please sign in to comment.