Skip to content

Commit 4388e19

Browse files
committed
Remove stalled hyperlinks in readme
1 parent 8466f25 commit 4388e19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Dexie.js is a wrapper library for indexedDB.
99
#### Why is Dexie.js needed?
1010
Dexie solves three main issues with the native IndexedDB API:
1111

12-
1. [Ambivalent error handling](The Three Main Limitations of IndexedDB)
13-
2. [Poor queries](The Three Main Limitations of IndexedDB)
14-
3. [Code complexity](The Three Main Limitations of IndexedDB)
12+
1. Ambivalent error handling
13+
2. Poor queries
14+
3. Code complexity
1515

16-
Dexie.js solves these limitations and provides a neat database API. Dexie.js aims to be the first-hand choice of a IDB Wrapper Library due to its well thought-through API design, robust [error handling](API-Reference#exception-handling), [extendability](Building Addons), [change tracking awareness](Design#change-tracking) and its extended KeyRange support ([case insensitive search](WhereClause.equalsIgnoreCase()), [set matches](WhereClause.anyOf()) and [or operations](Collection.or())).
16+
Dexie.js solves these limitations and provides a neat database API. Dexie.js aims to be the first-hand choice of a IDB Wrapper Library due to its well thought-through API design, robust error handling, extendability, change tracking awareness and its extended KeyRange support (case insensitive search, set matches and OR operations).
1717

1818
#### Please Show me a Hello World Example
1919

0 commit comments

Comments
 (0)