Skip to content

Commit

Permalink
Merge pull request #3 from williamespindola/develop
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
William Espindola committed Sep 28, 2013
2 parents 448befa + 20295c7 commit 7f50470
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,17 @@ You can contributes whit a new idea, "dirtying the hands whit code" or including
To include a new tool or topic you should fork and send a Pull Request to tools.json file.
Something like this:

**new tool in existent topic**
**new tool**

```json
{
"name": "name of tool here",
"link": "link to tool site project",
"description": "short description"
"description": "short description",
"meta": ["meta 1", "meta 2"]
}
```

**new topic**

```json
{
"topic": "Name of topic",
"terms": "torms to find it",
"links": [
{
"name": "name of tool here",
"link": "link to tool site project",
"description": "short description"
}
]
}
```

## History

I needed a location to storege and that can be easy to find which tool do
Expand Down

0 comments on commit 7f50470

Please sign in to comment.