Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 9ca5bc3

Browse files
authored
Update README.md (#184)
1 parent 420a8dc commit 9ca5bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ On a successful build, you'll find the output in the example's `build` folder.
9696
### Creating your own Hypermode plugin
9797
9898
When you are ready to start writing your own Hypermode plugin, we recommend starting
99-
from the [Hypermode Template Project](https://github.com/hypermodeAI/template-project).
99+
from the [Hypermode Base Template](https://github.com/hypermodeAI/base-template).
100100
101101
It is pre-configured to use the latest version of this library, and has all of the
102102
necessary configuration, scripts, and workflows needed to develop your Hypermode functions.
103103
104-
1. Navigate to the [Hypermode Template Project](https://github.com/hypermodeAI/template-project) repository.
104+
1. Navigate to the [Hypermode Base Template](https://github.com/hypermodeAI/base-template) repository.
105105
2. Click the "Use this template" button in the upper-right corner to create your own repository.
106106
3. In the `functions` folder, edit the `package.json` file to update the `name`, `version`, `description`,
107107
`author`, and `license` properties as needed for your purposes.

0 commit comments

Comments
 (0)