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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Oct 3, 2024
1 parent d8ff4d8 commit cf166bd
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 @@ -39,7 +39,7 @@ Before compiling any example, you must first do the following:
1. Clone this repository locally:

```sh
git clone https://github.com/hypermodeAI/functions-as
git clone https://github.com/hypermodeinc/functions-as
```

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

Please sign in to comment.