From 8cd86b4ad8484569b50124b051280e94cdc33e13 Mon Sep 17 00:00:00 2001 From: Romeo Van Snick Date: Wed, 6 Apr 2016 02:17:47 +0200 Subject: [PATCH] remove paragraphs in lists --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 31fe45f..8d59167 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,6 @@ and document differences here. - To use `includeSrcNode`, one __must__ pass `ReactDOM` as well. `a11y` will throw an error if you don't do this. This is because I want to move away from pre-`0.14` React. - - Started using `ReactDOM.finDOMNode` instead of `document.getElementById`, as noted in upstream [#54](https://github.com/reactjs/react-a11y/issues/54). This fixes a lot of issues from upstream: @@ -151,10 +150,8 @@ and document differences here. checks - [#85](https://github.com/reactjs/react-a11y/issues/85) Different react-a11y ids (server side render) - - Fixed upstream issue [#102](https://github.com/reactjs/react-a11y/issues/102) by correctly inferring the component instance. - - Removed depency on `object.assign` ## TO DO