This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
highlightjs-element | ||
=================== | ||
|
||
See the [component page](http://polymerlabs.github.io/highlightjs-element) for more information. | ||
See the [component page](http://polymer.github.io/highlightjs-element/components/highlightjs-element/) for more information. | ||
|
||
highlightjs-import | ||
================== | ||
|
||
Import files are a new invention, so libraries like [`highlightjs`](http://highlightjs.org) do not yet provide them. | ||
|
||
`highlightjs-import` is an intermediary that provides an import file for the `highlightjs` component. | ||
`highlightjs-import` is an intermediary that provides an import file for the `highlightjs` component. | ||
`highlightjs-import` depends on `highlightjs`. | ||
|
||
Components that want to use `highlightjs` should depend on `highlightjs-element` and import `highlightjs-import` to be safe from library duplication. | ||
Components that want to use `highlightjs` should depend on `highlightjs-element` and import `highlightjs-import` to be safe from library duplication. | ||
Such components need not use Polymer or `highlightjs-element`, but we put the import and the element in one package for convenience. |