Skip to content

Commit

Permalink
Add section on how to add new terms type in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Oct 24, 2023
1 parent 1369f61 commit 88bf2ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ console.log(Object.keys(TERMS_TYPES)); // Display all terms types

## Data Structure

The `termsTypes.json` database JSON file is a map of [title cased](https://en.wikipedia.org/wiki/Title_case) terms types.
The `termsTypes.json` database JSON file is a map of [title cased](https://en.wikipedia.org/wiki/Title_case) terms types.

The types might not always match the exact name given by the service provider. For example, some providers might call their document “Terms and Conditions” or “Terms of Use” instead of “Terms of Service”. The terms type does not have to match the exact name, it only has to match the commitment that is taken.

Expand Down Expand Up @@ -81,6 +81,10 @@ It may also contain an optional `references` property which contains a map of re
}
```

## Add new terms type

Contributions to expand the `terms-types` collection are welcome. If you'd like to suggest a new type, please follow the [process detailed in our CONTRIBUTING file](CONTRIBUTING.md).

---

## License
Expand Down

0 comments on commit 88bf2ac

Please sign in to comment.