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

Commit cf166bd

Browse files
authored
Update README.md
1 parent d8ff4d8 commit cf166bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before compiling any example, you must first do the following:
3939
1. Clone this repository locally:
4040

4141
```sh
42-
git clone https://github.com/hypermodeAI/functions-as
42+
git clone https://github.com/hypermodeinc/functions-as
4343
```
4444

4545
2. From the repository root, navigate to the `src` folder:
@@ -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 Base Template](https://github.com/hypermodeAI/base-template).
99+
from the [Hypermode Base Template](https://github.com/hypermodeinc/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 Base Template](https://github.com/hypermodeAI/base-template) repository.
104+
1. Navigate to the [Hypermode Base Template](https://github.com/hypermodeinc/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)