data-primals-engine 1.2.6-rc2 → 1.2.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
@@ -315,7 +315,7 @@ curl -X DELETE http://localhost:7633/api/data?_user=demo \
315
315
  Make sure you use the code below to initialize the user :
316
316
  ```javascript
317
317
  import express from "express";
318
- import {Engine, insertData, searchData } from './src/index';
318
+ import {Engine, insertData, searchData } from 'data-primals-engine';
319
319
 
320
320
  // Ensure the engine is initialized
321
321