Skip to content

Commit adcad36

Browse files
authored
docs: ✏️ minor edits to Overview page (#198)
# Description Some edit fixes. Needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all`
1 parent 31b3bf4 commit adcad36

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/index.qmd

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ specification](https://datapackage.org/standard/data-package/).
1111

1212
## Why use it?
1313

14-
[Frictionless Data](https://frictionlessdata.io), who initially
15-
started and developed the Data Package specification, has several tools
16-
(listed on the [Frictionless](https://frictionlessdata.io/universe/) and
17-
[Data Package](https://datapackage.org/overview/software/) websites) for
14+
[Frictionless Data](https://frictionlessdata.io), who initially started
15+
and developed the Data Package specification, has several tools (listed
16+
on the [Frictionless](https://frictionlessdata.io/universe/) and [Data
17+
Package](https://datapackage.org/overview/software/) websites) for
1818
working with Data Packages, including a Python package called
1919
[`frictionless`](https://pypi.org/project/frictionless/). However, the
2020
`frictionless` package is a large package that does many things, and it
2121
can be difficult to navigate the documentation and interface to find and
2222
use the specific functionality you need. It also still implements Data
2323
Package version 1, while the latest is version 2.
2424

25-
Since we found ourselves missing a tool we needed for our project, the
26-
[Seedcase Project](https://github.com/seedcase-project), we decided to
27-
build this package. We wanted a small, well-designed, and easy-to-use
28-
package that only checks the compliance of a Data Package against the
29-
current standard. We designed it for future CLI support, for instance
30-
using it in a [pre-commit](https://pre-commit.com/) hook or in CI
31-
pipelines like [GitHub Actions](https://docs.github.com/en/actions).
25+
Since we found ourselves missing a tool we needed for our [Seedcase
26+
Project](https://github.com/seedcase-project), we decided to build this
27+
package. We wanted a small, well-designed, and easy-to-use package that
28+
only checks the compliance of a Data Package against the current
29+
standard. We designed it for future CLI support, for instance using it
30+
in a [pre-commit](https://pre-commit.com/) hook or in CI pipelines like
31+
[GitHub Actions](https://docs.github.com/en/actions).
3232

3333
## Learning more
3434

0 commit comments

Comments
 (0)