Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfrench committed Nov 16, 2023
1 parent b8c627e commit 933e3af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ A Github template repository for creating Griptape tools.

## Usage

This template repository defines the typical structure for a Griptape tool and is meant to be used as a starting point when developing new tools. To use this template, click the "Use this template" button at the top of the repository.
This template repository defines the typical structure for a Griptape tool and is meant to be used as a starting point when developing new tools. To create a tool using this template, click the **"Use this template"** button at the top of the repository.

### Steps for creating a new Griptape tool:

1. Add your tool's logic to `tool.py`
2. Add tests in the `tests` directory
3. Add examples in the `examples` directory
2. Add tests in the `tests/` directory
3. Add examples in the `examples/` directory
4. Update the contents of `manifest.yml` with the name and description of your tool along with your contact information
5. Rewrite this `README.md` with information about your new tool
6. Choose the appropriate license (and update the `LICENSE` file if necessary)
Expand Down

0 comments on commit 933e3af

Please sign in to comment.