Skip to content

Commit d0adda4

Browse files
author
Evgeny Zakharov
authoredMay 29, 2022
Merge pull request #4 from js-templates/docs/description
Add description step
2 parents 348cc47 + 4d365fc commit d0adda4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="logo.svg" width="200" align="center" alt="Typescript Library Logo" style="max-width: 100%;" />
33
<h1></h1>
44
<p align="center">
5-
Typescript library template
5+
TypeScript Library Description
66
</p>
77
</p>
88
<br/>
@@ -120,9 +120,9 @@ Then, the `release` workflow handles everything:
120120

121121
1. Replace all `js-templates/typescript-library` entries with your repo
122122
2. Replace all `typescript-library` entries with your library name
123-
3. Replace all `Your Name` entries with your library name
124-
4. Update `logo.svg`
125-
5. Update description in `README.md`
123+
3. Replace all `TypeScript Library Description` entries with your library description
124+
4. Replace all `Your Name` entries with your library name
125+
5. Update `logo.svg`
126126
6. Update logo's `alt`
127127

128128
### Add secrets

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-library",
33
"version": "0.0.0-set-by-ci",
4-
"description": "A TypeScript library starter template",
4+
"description": "TypeScript Library Description",
55
"author": "Your Name",
66
"main": "dist/index.js",
77
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.