Skip to content

Commit

Permalink
Merge pull request #18 from Hipo/chore/readme-package-name
Browse files Browse the repository at this point in the history
chore: Update package name in readme
  • Loading branch information
jamcry authored May 26, 2022
2 parents 9ccb6d6 + bdf382f commit e8a8c2c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 43 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

This is the custom TypeScript template of Hipo web team for [Create React App](https://github.com/facebook/create-react-app).

To use this template, add `--template @hipo/cra-template-hipo-typescript` when creating a new app.
To use this template, add `--template cra-template-hipo-typescript` when creating a new app.

For example:

```sh
npx create-react-app my-app --template @hipo/cra-template-hipo-typescript
npx create-react-app my-app --template cra-template-hipo-typescript

# or

yarn create react-app my-app --template @hipo/cra-template-hipo-typescript
yarn create react-app my-app --template cra-template-hipo-typescript
```

## Local Development
Expand Down
48 changes: 9 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-hipo-typescript",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"react",
"create-react-app",
Expand Down

0 comments on commit e8a8c2c

Please sign in to comment.