Skip to content

Commit f61d2b7

Browse files
update readme
1 parent 000d76c commit f61d2b7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ and run:
2121
```bash
2222
npm start
2323
```
24+
To generate new component, run:
25+
26+
```bash
27+
npm run generate
28+
```
2429

2530
To build the app for production, run:
2631

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class AppProfile {
5959
<tr>
6060
<td>stenciljs-components</td>
6161
<td><a href="https://www.npmjs.com/package/stenciljs-components" target="_blank">Visit</a></td>
62-
<td>1.0.7</td>
62+
<td>1.0.8</td>
6363
</tr>
6464
<tr>
6565
<td>FLUID Library</td>

src/components/web-components/web-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class WebComponents {
1313
render() {
1414
return (
1515
<div>
16-
<p>URL of this component library:</p>
16+
<p>URL of this component library:<a href="https://sanjeetkumaritoutlook.github.io/stenciljs-components/" target="_blank">Visit</a></p>
1717
<my-rich-text-editor initial-value="this is initial value" placeholder="angular placeholder"></my-rich-text-editor>
1818

1919
<my-card user-name="CodingLocker"></my-card>

0 commit comments

Comments
 (0)