Skip to content

Commit

Permalink
Update URLs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Sep 10, 2023
1 parent 58efe34 commit 1268d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ or
1. Clone this repo to your desired path:

```sh
git clone git@github.com:startkit-dev/startkit-next.git my-new-project
git clone git@github.com:venables/startkit.git my-new-project
```

2. Initialize the project:
Expand Down Expand Up @@ -196,4 +196,4 @@ pnpm test

This project is MIT-licensed and is free to use and modify for your own projects.

It was created by [Blendist](https://blendist.com) and [Matt Venables](https://venabl.es).
It was created by [Matt Venables](https://venabl.es).
2 changes: 1 addition & 1 deletion config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export const siteConfig = {
},
links: {
twitter: "https://twitter.com/mattyven",
github: "https://github.com/startkit-dev/startkit-next"
github: "https://github.com/venables/startkit"
}
}

0 comments on commit 1268d4b

Please sign in to comment.