Skip to content

Commit df47ab7

Browse files
committed
Update README.md
1 parent cb54720 commit df47ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
4343
- [Custom order in the filter popup](#custom-order-in-the-filter-popup)
4444
- [Persistent Filters](#persistent-filters)
4545
- [Scripts](#scripts)
46-
- [Browser Service Worker](#browser-service-worker)
46+
- [Resource Cache](#resource-cache)
4747
- [Running as Express Middleware](#running-as-express-middleware)
4848
- [Deploying Parse Dashboard](#deploying-parse-dashboard)
4949
- [Preparing for Deployment](#preparing-for-deployment)
@@ -511,7 +511,7 @@ Parse.Cloud.define('deleteAccount', async (req) => {
511511

512512
</details>
513513

514-
### Browser Service Worker
514+
### Resource Cache
515515

516516
Parse Dashboard can cache its resources such as bundles in the browser, so that opening the dashboard in another tab does not reload the dashboard resources from the server but from the local browser cache. Caching only starts after login in the dashboard.
517517

0 commit comments

Comments
 (0)