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

Remove warning from transformers README #350

Merged
merged 1 commit into from
Sep 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions transformer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
The modifications in this package are described in more detail
[here](https://github.com/ampproject/amphtml/blob/master/spec/amp-cache-modifications.md).

> NOTE: The transformed AMP HTML produced by the library is only valid inside of
> a signed exchange, and not to be served as normal HTML. Also, the library is
> still a work-in-progress and not all transformations described in the link
> above are implemented.
The transformed AMP HTML produced by the library is meant to be used inside of
a signed exchange, but may be valid in other contexts, as well.

## How to use
The local transformer can be used separately from the packager/signer. Here's an
Expand Down