Skip to content

Commit

Permalink
🍻 writing code drunkenly
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Sep 29, 2018
1 parent eb17f8e commit 1ff870d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Check out the [web app](https://app-privacy-policy-generator.firebaseapp.com/)!
![screenshot](/img/sc1.jpg)

# Contributing more 3rd Party Service's Privacy links
The webapp uses a JSON aary to populate the list of 3rd party services section. If you want that a new 3rd party service be added to the section then simply add a new JSON item to the JSON Array in [`public/js/thirdpartyservices.js`](public/js/thirdpartyservices.js)
The webapp uses a JSON array to populate the list of 3rd party services section. If you want contribute a new 3rd party service for the section then open a Pull Request which simply adds a new JSON item to the JSON Array in [`public/js/thirdpartyservices.js`](public/js/thirdpartyservices.js)

The format is very simple and you only need to provide fill the fields as follows:
```
[
Expand Down

0 comments on commit 1ff870d

Please sign in to comment.