vuefinder 4.0.3 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,7 @@ If you like it, please follow and ⭐ star on GitHub.
15
15
 
16
16
  ### Demo
17
17
 
18
- [Live Demo](https://vuefinder.ozdemir.be/) [ [Source](https://github.com/n1crack/vuefinder.ozdemir.be) ]
18
+ [Live Demo](https://vuefinder.ozdemir.be/)
19
19
 
20
20
  ### Installation
21
21
 
@@ -105,9 +105,9 @@ const driver = new RemoteDriver({
105
105
  },
106
106
  });
107
107
 
108
- // Or use LocalDriver for in-memory operations:
109
- // import { LocalDriver } from 'vuefinder';
110
- // const driver = new LocalDriver({
108
+ // Or use ArrayDriver for in-memory operations:
109
+ // import { ArrayDriver } from 'vuefinder';
110
+ // const driver = new ArrayDriver({
111
111
  // files: filesArray,
112
112
  // storage: 'memory',
113
113
  // readOnly: false