Skip to content

Commit a4edfa6

Browse files
Ndpntclementbiron
andauthored
Improve writing
Co-authored-by: Clément Biron <[email protected]>
1 parent 7097830 commit a4edfa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/terms/tutorial/track.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For this tutorial, we will use the Privacy Policy of Open Terms Archive as an ex
4444
}
4545
```
4646

47-
2. Add the Privacy Policy to track by going to the Open Terms Archive [website](https://opentermsarchive.org/) and copying the URL of its [Privacy Policy](https://opentermsarchive.org/en/privacy-policy/) to fill the `fetch` field.
47+
2. Find the URL of Open Terms Archive Privacy Policy by browsing [the website](https://opentermsarchive.org), copy the URL and fill the `fetch` field with.
4848

4949
```json
5050
{
@@ -57,7 +57,7 @@ For this tutorial, we will use the Privacy Policy of Open Terms Archive as an ex
5757
}
5858
```
5959

60-
3. Inspect the HTML of the page to get the selector of the content you want to extract and add it to the `select` field. The final declaration should look like this:
60+
3. [Use a DOM inspector](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Structuring_content/Debugging_HTML#using_a_dom_inspector) on the Open Terms Archive [Privacy Policy page](https://opentermsarchive.org/en/privacy-policy) to get the [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors) of the content you want to extract. Add it to the `select` field. The final declaration should look like this:
6161

6262
```json
6363
{
@@ -83,7 +83,7 @@ For this tutorial, we will use the Privacy Policy of Open Terms Archive as an ex
8383
npx ota track
8484
```
8585

86-
3. Verify the results by checking the extracted version in `./data/versions/Open Terms Archive/Privacy Policy.md`, which should contain only the Privacy Policy content in Markdown format.
86+
3. Verify the results by checking the extracted version in `./data/versions/Open Terms Archive/Privacy Policy.md` file, which should contain only the meaningful content of the Privacy Policy in Markdown format.
8787

8888
Congratulations! You have tracked your first terms locally.
8989

0 commit comments

Comments
 (0)