Skip to content

Commit 3b84d79

Browse files
author
Parashuram N
committed
Merge pull request #10 from pixelcort/patch-1
s/keypath/keyPath/
2 parents 9dc51e1 + 792308a commit 3b84d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The following 2 methods are available only when the database is being upgraded.
132132
var objectStore = trans.createObjectStore("objectStoreName", {
133133
// Options to create object store.
134134
"autoIncrement" : true, // [detaults to true], indicating that the key for this object store should auto increment,
135-
"keypath" : id // the path of key in the object, defaults to key that has to be specified separately
135+
"keyPath" : id // the path of key in the object, defaults to key that has to be specified separately
136136
});
137137

138138
trans.deleteObjectStore(objectStoreName);

0 commit comments

Comments
 (0)