Skip to content

Commit

Permalink
Update README.md (#10)
Browse files Browse the repository at this point in the history
Fix incorrect URL for repo
  • Loading branch information
mfeckie authored Nov 23, 2023
1 parent b421ca0 commit 2c8de5e
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 @@ -16,7 +16,7 @@ Luckily, it's incredibly easy to get your package development started:

```bash
# you may use this GitHub template or the following command:
bunx degit stacksjs/ts-starter my-pkg
bunx degit stacksjs/bun-ts-starter my-pkg
cd my-pkg

# if you don't have pnpm installed, run `npm i -g pnpm`
Expand Down Expand Up @@ -50,7 +50,7 @@ bun test

## 📈 Changelog

Please see our [releases](https://github.com/meemalabs/ts-starter/releases) page for more information on what has changed recently.
Please see our [releases](https://github.com/stackjs/bun-ts-starter/releases) page for more information on what has changed recently.

## 💪🏼 Contributing

Expand All @@ -60,7 +60,7 @@ Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

[Discussions on GitHub](https://github.com/stacksjs/ts-starter/discussions)
[Discussions on GitHub](https://github.com/stacksjs/bun-ts-starter/discussions)

For casual chit-chat with others using this package:

Expand Down

0 comments on commit 2c8de5e

Please sign in to comment.