|
1 | 1 | <a name="readme-top"></a> |
2 | 2 |
|
3 | 3 | <div align="center"> |
4 | | - <a href="https://github.com/malang-dev/template-typescript"> |
5 | | - <img src="https://www.svgrepo.com/show/303600/typescript-logo.svg" alt="Typescript" width="150px"> |
| 4 | + <a href="https://github.com/malang-dev/template-clouflare-worker"> |
| 5 | + <img src="https://icon.icepanel.io/Technology/svg/Cloudflare-Workers.svg" alt="Typescript" width="150px"> |
6 | 6 | </a> |
7 | | - <h2 align="center">@malang-dev/template-typescript</h2> |
| 7 | + <h2 align="center">@malang-dev/template-clouflare-worker</h2> |
8 | 8 | <div align="center"> |
9 | | - <p align="center">Template repository for new TypeScript projects</p> |
| 9 | + <p align="center">Template repository for new Cloudflare worker projects</p> |
10 | 10 | <div> |
11 | | - <a href="https://github.com/malang-dev/template-typescript/releases/"><img src="https://img.shields.io/github/release/malang-dev/template-typescript?include_prereleases=&sort=semver&color=blue" alt="GitHub release"></a> |
12 | | - <a href="https://github.com/malang-dev/template-typescript#license"><img src="https://img.shields.io/badge/License-MIT-blue" alt="License"></a> |
| 11 | + <a href="https://github.com/malang-dev/template-clouflare-worker/releases/"><img src="https://img.shields.io/github/release/malang-dev/template-clouflare-worker?include_prereleases=&sort=semver&color=blue" alt="GitHub release"></a> |
| 12 | + <a href="https://github.com/malang-dev/template-clouflare-worker#license"><img src="https://img.shields.io/badge/License-MIT-blue" alt="License"></a> |
13 | 13 | </div> |
14 | 14 | </div> |
15 | 15 | </div> |
@@ -37,16 +37,16 @@ If you have a suggestion that would make this better, please fork the repo and c |
37 | 37 |
|
38 | 38 | ## Releasing |
39 | 39 |
|
40 | | -1. Go to [Publish Release](https://github.com/malang-dev/template-typescript/actions/workflows/publish-release.yaml) page, click Run workflow |
| 40 | +1. Go to [Publish Release](https://github.com/malang-dev/template-clouflare-worker/actions/workflows/publish-release.yaml) page, click Run workflow |
41 | 41 | 2. Fill the vendor version and then run the flow |
42 | 42 | 3. GitHub Actions will take care of the rest |
43 | 43 |
|
44 | 44 | ## License |
45 | 45 |
|
46 | | -This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/malang-dev/template-typescript/blob/master/LICENSE.md) file for details. |
| 46 | +This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/malang-dev/template-clouflare-worker/blob/master/LICENSE.md) file for details. |
47 | 47 |
|
48 | 48 | ## Acknowledgments |
49 | 49 |
|
50 | 50 | Inspiration, code snippets, icon, etc. |
51 | 51 |
|
52 | | -- [Template Typescript](https://github.com/foxglove/template-typescript) by Foxglove. |
| 52 | +- [Template Typescript](https://github.com/foxglove/template-clouflare-worker) by Foxglove. |
0 commit comments