Skip to content

Commit

Permalink
Update README.md (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Sep 16, 2024
1 parent 420a8dc commit 9ca5bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ On a successful build, you'll find the output in the example's `build` folder.
### Creating your own Hypermode plugin
When you are ready to start writing your own Hypermode plugin, we recommend starting
from the [Hypermode Template Project](https://github.com/hypermodeAI/template-project).
from the [Hypermode Base Template](https://github.com/hypermodeAI/base-template).
It is pre-configured to use the latest version of this library, and has all of the
necessary configuration, scripts, and workflows needed to develop your Hypermode functions.
1. Navigate to the [Hypermode Template Project](https://github.com/hypermodeAI/template-project) repository.
1. Navigate to the [Hypermode Base Template](https://github.com/hypermodeAI/base-template) repository.
2. Click the "Use this template" button in the upper-right corner to create your own repository.
3. In the `functions` folder, edit the `package.json` file to update the `name`, `version`, `description`,
`author`, and `license` properties as needed for your purposes.
Expand Down

0 comments on commit 9ca5bc3

Please sign in to comment.