@@ -32,7 +32,7 @@ to use it. It can be summarised by its tagline:
3232> Ensure the compliance of your Data Package metadata
3333
3434The "only" thing ` check-datapackage ` does is to check the content of a
35- ` datapackage.json ` file against the standard. Nothing fancy. But we
35+ ` datapackage.json ` file against the Data Package standard. Nothing fancy. But we
3636designed it to be configurable, so that if you have specific needs for
3737your Data Package, you can adjust the checks accordingly. It's possible
3838to both add checks on top of the standard or ignore certain checks from
@@ -49,8 +49,7 @@ into typical build tools and automated check workflows.
4949
5050## Why use it?
5151
52- We wanted this package to be incredibly simple and focused. If you
53- install or use it, you know exactly what it does. It also doesn't
52+ We wanted this package to be incredibly simple and focused. It also doesn't
5453include extra dependencies or features that you might not need. We
5554wanted it lightweight and easy to use.
5655
@@ -76,7 +75,7 @@ your configuration.
7675
7776We have a detailed
7877[ guide] ( https://check-datapackage.seedcase-project.org/docs/guide/ ) on
79- how to use ` check-datapackage ` . But I 'll briefly show how you might use
78+ how to use ` check-datapackage ` . But we 'll briefly show how you might use
8079` check-datapackage ` . The main function of the package is ` check() ` ,
8180which takes as input the properties of a Data Package (i.e., the
8281contents of the ` datapackage.json ` file) as a Python dictionary and
0 commit comments