From 31fab54bd3a4bce2c5c1b897f04b011cb6e6f450 Mon Sep 17 00:00:00 2001 From: Devin Mullins Date: Tue, 24 Sep 2019 12:04:20 -0700 Subject: [PATCH] Remove warning from transformers README It is no longer experimental, and may be valid in [server-side rendering](https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/server-side-rendering/) context. --- transformer/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/transformer/README.md b/transformer/README.md index a464044a3..bd3fa6c34 100644 --- a/transformer/README.md +++ b/transformer/README.md @@ -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