Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit efea9fb

Browse files
author
DEWITTE Pierre-Alban
committed
[DOC] Fixing typo in README.md
1 parent bfdf03c commit efea9fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ myscript-text-web is a web component that can be used in every web application (
4040

4141
2. Import Web Components' polyfill
4242

43-
`html <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>`
43+
`<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>`
4444

4545
3. Import Custom Element
4646

47-
`html <link rel="import" href="bower_components/myscript-text-web.html">`
47+
`<link rel="import" href="bower_components/myscript-text-web.html">`
4848

4949
3. Use it
5050

51-
`html <myscript-text-web applicationkey="#PUT YOUR MYSCRIPT CDK APPLICATION KEY HERE#" hmackey="#PUT YOUR MYSCRIPT CDK HMAC KEY HERE#" language="ja_JP"></myscript-text-web>`
51+
`<myscript-text-web applicationkey="#PUT YOUR MYSCRIPT CDK APPLICATION KEY HERE#" hmackey="#PUT YOUR MYSCRIPT CDK HMAC KEY HERE#" language="ja_JP"></myscript-text-web>`
5252

5353
## Documentation
5454

0 commit comments

Comments
 (0)