From dabce86c6f7b74baf02b69a5ab28e97c920a0262 Mon Sep 17 00:00:00 2001 From: s0lray Date: Sun, 7 Oct 2018 16:50:13 -0400 Subject: [PATCH] Killing off the ID field Killing off the ID field --- README.md | 5 +---- public/arf.json | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b36cd9..6f61b18 100644 --- a/README.md +++ b/README.md @@ -27,21 +27,18 @@ Feedback or new tool suggestions are extremely welcome! Please feel free to sub ### Contribute with a GitHub Pull Request For new resources, please ensure that the site is available for public and free use.
    -
  1. Note the next available ID listed in the description field on the OSINT Framework folder. This can be found at the bottom of arf.json
  2. Update the arf.json file in the format shown below. If this isn't the first entry for a folder, add a comma to the last closing brace of the previous entry.
``` { - "id": "####", "name": "Example Name", "type": "url", "url": "http://example.com" } ``` -
    -
  1. Update the next available ID in the OSINT Framework description field.
  2. +
    1. Submit pull request!
    diff --git a/public/arf.json b/public/arf.json index a93279a..f078012 100644 --- a/public/arf.json +++ b/public/arf.json @@ -7040,5 +7040,4 @@ ], "name": "OSINT Framework", "type": "folder", - "desc": "Next Available ID: 1368" } \ No newline at end of file