Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to reflect move to Polymer 3 #33

Merged
merged 4 commits into from
Jan 2, 2020

Conversation

RageCage64
Copy link

  • Removed all references to Bower
  • Replaced bower install instructions with npm install instructions
  • Changed filenames from .html to .js to reflect file names for the components in newest version
  • Changed polymer documentation links to reference Polymer 3 pages

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated
@@ -30,7 +28,7 @@ Then import the components below that you want to use.
### Alert
```html
<head>
<link rel="import" href="../d2l-alert/d2l-alert.html">
import 'd2l-aler/d2l-alert.js';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be wrapped in <script type="module"> tags.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also missing a t

@svanherk svanherk merged commit 1168473 into master Jan 2, 2020
@svanherk svanherk deleted the DocumentationUpdate branch January 2, 2020 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants