Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nei1ee committed Oct 7, 2024
1 parent c7cf8a1 commit 49e8549
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Neil <https://github.com/zguolee>
Copyright (c) 2022 Neil <https://github.com/nei1ee>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
If you prefer to do it manually with the cleaner git history

```bash
npx degit zguolee/starter-ts my-starter-ts
npx degit nei1ee/starter-ts my-starter-ts
cd my-starter-ts
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```

> **Note**:
> Replace `starter-ts-placeholder`, `_description_` and `zguolee` globally to use this template.
> Replace `starter-ts-placeholder`, `_description_` and `nei1ee` globally to use this template.
## License

[MIT](./LICENSE) License &copy; 2023-PRESENT [Neil Lee](https://github.com/zguolee)
[MIT](./LICENSE) License &copy; 2023-PRESENT [Neil](https://github.com/nei1ee)

[npm-version-src]: https://img.shields.io/npm/v/starter-ts-placeholder?style=flat&colorA=18181B&colorB=F17F42
[npm-version-href]: https://npmjs.com/package/starter-ts-placeholder
[npm-downloads-src]: https://img.shields.io/npm/dm/starter-ts-placeholder?style=flat&colorA=18181B&colorB=F17F42
[npm-downloads-href]: https://npmjs.com/package/starter-ts-placeholder
[bundle-src]: https://img.shields.io/bundlephobia/minzip/starter-ts-placeholder?style=flat&colorA=18181B&colorB=F17F42
[bundle-href]: https://bundlephobia.com/result?p=starter-ts-placeholder
[license-src]: https://img.shields.io/github/license/uni-helper/uni-env.svg?style=flat&colorA=18181B&colorB=F17F42
[license-href]: https://github.com/uni-helper/uni-env/blob/main/LICENSE
[license-src]: https://img.shields.io/github/license/nei1ee/starter-ts.svg?style=flat&colorA=18181B&colorB=F17F42
[license-href]: https://github.com/nei1ee/starter-ts/blob/main/LICENSE

0 comments on commit 49e8549

Please sign in to comment.