From 6421ccbfe9f2aebcb55b1fa9d5d73c79f6066b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jennysson=20J=C3=BAnior?= Date: Fri, 24 Feb 2023 11:45:50 -0300 Subject: [PATCH] docs: changing typescript to tsx highlights on example code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johan Haals Signed-off-by: Jennysson Júnior --- plugins/newrelic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/newrelic/README.md b/plugins/newrelic/README.md index 742e0da7c0..8ac7ed2c72 100644 --- a/plugins/newrelic/README.md +++ b/plugins/newrelic/README.md @@ -48,7 +48,7 @@ APIs. ``` 3. Add the `NewRelicPage` to your `packages/app/src/App.tsx`: - ```typescript + ```tsx } />