Skip to content

Commit d896cdd

Browse files
author
Steven Orvell
committed
Readme: very small tweaks
1 parent fb7630c commit d896cdd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Web Components are now implemented natively on Safari and Chrome (~70% of instal
2222

2323
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/polymer-element-example?file=index.js), [Glitch](https://glitch.com/edit/#!/polymer-element-example?path=index.html)
2424

25-
* Runs in browsers with [Javascript Modules](https://caniuse.com/#search=modules): [JSBin](https://jsbin.com/wuxejiz/edit?html,output),
25+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](https://jsbin.com/wuxejiz/edit?html,output),
2626
[CodePen](https://codepen.io/kevinpschaaf/pen/BxdErp?editors=1000).
2727

28-
* You can also save [this HTML](https://v-gist-githubusercontent-com.jerryabc.cn/kevinpschaaf/8a5acbea7b25d2bb5e82eeea2b105669/raw/c3a86872f07603e2d0ddae736687e52a5c8c499f/index.html) to a local file and run it in any browser that supports [Javascript Modules]((https://caniuse.com/#search=modules)).
28+
* You can also save [this HTML file](https://v-gist-githubusercontent-com.jerryabc.cn/kevinpschaaf/8a5acbea7b25d2bb5e82eeea2b105669/raw/c3a86872f07603e2d0ddae736687e52a5c8c499f/index.html) to a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
2929

30-
* When you're ready to use Polymer in a project, install it via npm. To run the project in the browser,
31-
a module-compatible toolchain is required. We recommend installing the Polymer CLI to and using its development server as follows.
30+
* When you're ready to use Polymer in a project, install it via [npm](https://www.npmjs.com/). To run the project in the browser,
31+
a module-compatible toolchain is required. We recommend installing the [Polymer CLI](https://github.com/Polymer/polymer-cli) to and using its development server as follows.
3232

3333
1. Add Polymer to your project:
3434

@@ -44,8 +44,8 @@ Web Components are now implemented natively on Safari and Chrome (~70% of instal
4444

4545
```polymer serve```
4646

47-
> Polymer 3.0 is published on [npm](https://www.npmjs.com/package/@polymer/polymer) using Javascript Modules.
48-
This means it can take advantage of the standard native Javascript module loader available in all current major browsers.
47+
> Polymer 3.0 is published on [npm](https://www.npmjs.com/package/@polymer/polymer) using JavaScript Modules.
48+
This means it can take advantage of the standard native JavaScript module loader available in all current major browsers.
4949
>
5050
> However, since Polymer uses npm conventions to reference dependencies by name, a light transform to rewrite specifiers to URLs is required to run in the browser. The polymer-cli's development server `polymer serve`, as well as `polymer build` (for building an optimized app for deployment) automatically handles this transform.
5151

0 commit comments

Comments
 (0)