From 2b36741e6c4418d258939b5588f96e39446e6cdb Mon Sep 17 00:00:00 2001 From: Pierpaolo Frasa Date: Thu, 25 Aug 2016 00:46:21 +0200 Subject: [PATCH] fix documentation the older syntax with data-test-selector="something" was still used in one place. also rephrased the section about stripping the data attributes in production to make it clearer what exactly is removed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caf5a17c..4ea227cb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ following template: ```hbs
-

{{post.title}}

+

{{post.title}}

{{post.body}}

``` @@ -82,7 +82,7 @@ allows to encode more data in the markup like e.g. the post's id: ``` -`ember-test-selectors` makes sure to remove all these `data` attributes in the +`ember-test-selectors` makes sure to remove all these `data-test-*` attributes in the `production` environment so that __users will have perfectly clean HTML delivered__: