Skip to content

Commit 514cc5b

Browse files
CoreyKovalikmattphillips
authored andcommitted
fix anchoring on same page API links (#194)
1 parent 18c7f2b commit 514cc5b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you've come here to help contribute - Thanks! Take a look at the [contributin
7676
- [.toBeNegative()](#tobenegative)
7777
- [.toBeEven()](#tobeeven)
7878
- [.toBeOdd()](#tobeodd)
79-
- [.toBeWithin(start, end)](#tobewithinstart--end)
79+
- [.toBeWithin(start, end)](#tobewithinstart-end)
8080
- [Object](#object)
8181
- [.toBeObject()](#tobeobject)
8282
- [.toContainKey(key)](#tocontainkeykey)
@@ -87,10 +87,10 @@ If you've come here to help contribute - Thanks! Take a look at the [contributin
8787
- [.toContainValues([values])](#tocontainvaluesvalues)
8888
- [.toContainAllValues([values])](#tocontainallvaluesvalues)
8989
- [.toContainAnyValues([values])](#tocontainanyvaluesvalues)
90-
- [.toContainEntry([key, value])](#tocontainentrykey--value)
91-
- [.toContainEntries([[key, value]])](#tocontainentrieskey--value)
92-
- [.toContainAllEntries([[key, value]])](#tocontainallentrieskey--value)
93-
- [.toContainAnyEntries([[key, value]])](#tocontainanyentrieskey--value)
90+
- [.toContainEntry([key, value])](#tocontainentrykey-value)
91+
- [.toContainEntries([[key, value]])](#tocontainentrieskey-value)
92+
- [.toContainAllEntries([[key, value]])](#tocontainallentrieskey-value)
93+
- [.toContainAnyEntries([[key, value]])](#tocontainanyentrieskey-value)
9494
- [.toBeExtensible()](#tobeextensible)
9595
- [.toBeFrozen()](#tobefrozen)
9696
- [.toBeSealed()](#tobesealed)
@@ -104,7 +104,7 @@ If you've come here to help contribute - Thanks! Take a look at the [contributin
104104
- [.toStartWith(prefix)](#tostartwithprefix)
105105
- [.toEndWith(suffix)](#toendwithsuffix)
106106
- [.toInclude(substring)](#toincludesubstring)
107-
- [.toIncludeRepeated(substring, times)](#toincluderepeatedsubstring--times)
107+
- [.toIncludeRepeated(substring, times)](#toincluderepeatedsubstring-times)
108108
- [.toIncludeMultiple([substring])](#toincludemultiplesubstring)
109109
- [LICENSE](#license)
110110

0 commit comments

Comments
 (0)