Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed Jul 16, 2024
1 parent c123ba8 commit bb43220
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/create-sei/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sei-js/create-sei-app

## 0.0.0-internal-20240716075531

### Major Changes

- first v

## 0.0.0-internal-20240716074905

### Major Changes

- First version

## 0.0.0-internal-20240708205128

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sei/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/create-sei",
"version": "0.0.0-internal-20240708205128",
"version": "0.0.0-internal-20240716075531",
"module": "dist/main.js",
"type": "module",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm run dev
yarn dev
```

Open [http://localhost:3000](http://localhost:5173) with your browser to see the result.
Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.

You can start editing the page by modifying `src/App.tsx`. The page auto-updates as you edit the file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm run dev
yarn dev
```

Open [http://localhost:3000](http://localhost:5173) with your browser to see the result.
Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.

You can start editing the page by modifying `src/App.tsx`. The page auto-updates as you edit the file.

Expand Down

0 comments on commit bb43220

Please sign in to comment.