Skip to content

Commit 8d0cbe2

Browse files
committed
updated readme
1 parent a78f8d2 commit 8d0cbe2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ See the demo [here](https://ahsanayaz.github.io/stop-watch-box/)
2626
- Then you can use the element anywhere in your template, JSX, html etc
2727

2828
### In a stencil-starter app
29-
- Run `npm install my-component --save`
30-
- Add `{ name: 'my-component' }` to your [collections](https://github.com/ionic-team/stencil-starter/blob/master/stencil.config.js#L5)
29+
- Run `npm install stop-watch-box --save`
30+
- Add `{ name: 'stop-watch-box' }` to your [collections](https://github.com/ionic-team/stencil-starter/blob/master/stencil.config.js#L5)
3131
- Then you can use the element anywhere in your template, JSX, html etc
3232

3333

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<base href="https://ahsanayaz.github.io/stop-watch-box/">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
7-
<title>Stencil Component Starter</title>
7+
<title>Stop Watch Box Component (built with Stencil)</title>
88
<script src="build/stopwatchbox.js"></script>
99
<!-- <script src="https://unpkg.com/[email protected]/dist/stopwatchbox.js"></script> -->
1010

0 commit comments

Comments
 (0)