Skip to content

Commit

Permalink
Minor README edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kito99 committed Dec 18, 2017
1 parent 8de6361 commit 099af30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -580,7 +580,7 @@ in turn, the `register()` method:
Typically with Polymer projects you can generate documentation easily with the `<iron-component-page>` component.
However, this component doesn't work well with PolymerTS projects because the source code is not in the same file as the HTML. You
can get around this by using the [polymerts-doc-generator](https://github.com/RedPillNow/polymerts-doc-generator), which outputs a version of
your code that combines HTML and pure JS in one file, which can be easily consumed by `<iron-component-page>`
your code that combines HTML and pure JS in one file, which can be easily consumed by `<iron-component-page>`.

# Known issues <a name="knownissues"></a>

Expand Down

0 comments on commit 099af30

Please sign in to comment.