change localStorage to IndexdDB

This commit is contained in:
Neil Brommer 2018-05-02 08:32:28 -07:00
parent c661b080fc
commit a0dc596067

View file

@ -130,7 +130,7 @@
<h4 class="card-header">Start</h4>
<div class="card-body">
<p>
A new tab page that displays lists of links using the browser's localStorage to store all data
A new tab page that displays lists of links using the browser's indexedDB to store all data
</p>
<a class="card-link" href="https://start.neilbrommer.com/" target="_blank">Site</a>
<a class="card-link" href="https://github.com/NeilBrommer/NewTabPage" target="_blank">Source code</a>