diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -65,7 +65,12 @@ Here are the options that can be stored in this file: "links": { "about": null, "issues": null, - "edit": null + "edit": null, + "sharing": { + "google": null, + "facebook": null, + "twitter": null + } } } ``` |