Skip to content

Commit

Permalink
Merge pull request #15 from aberonni/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thgreasi authored Aug 7, 2016
2 parents 1dd86a7 + a4a7b8d commit 41fac74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Try using the `getSerializer()` (available in localforage v1.3) as the prefered
<script src="cordova.js"></script>

<script src="lib/localforage/dist/localforage.js"></script>
<script src="lib/localForage-cordovaSQLiteDriver/src/localforage-cordovasqlitedriver.js"></script>
<script src="lib/localForage-cordovaSQLiteDriver/dist/localforage-cordovasqlitedriver.js"></script>
<script>
localforage.defineDriver(window.cordovaSQLiteDriver).then(function() {
return localforage.setDriver([
Expand Down

0 comments on commit 41fac74

Please sign in to comment.