From e51920065d903195e32c7562210955942fc7e15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ilker=20Y=C4=B1lmaz?= Date: Wed, 8 Jan 2020 23:09:51 +0300 Subject: [PATCH] docs: fix incorrect links (#18) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f37d0ee..aefd45a 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ - [`toBeDisabled`](#tobedisabled) - [`toBeEnabled`](#tobeenabled) - [`toBeEmpty`](#tobeempty) - - [`toContainElement`](#tocontainelementelement) - - [`toHaveProp`](#tohavepropprop-value) - - [`toHaveTextContent`](#tohavetextcontenttext) - - [`toHaveStyle`](#tohavestylestyles) + - [`toContainElement`](#tocontainelement) + - [`toHaveProp`](#tohaveprop) + - [`toHaveTextContent`](#tohavetextcontent) + - [`toHaveStyle`](#tohavestyle) - [Inspiration](#inspiration) - [Other solutions](#other-solutions) - [Contributors](#contributors)