vuefinder 4.0.3 → 4.0.5

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
@@ -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