@munchi_oy/core 1.2.5 → 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
@@ -15,7 +15,7 @@ yarn add @munchi_oy/core
15
15
  ## Usage
16
16
 
17
17
  ```typescript
18
- import { MUNCHI_CORE_VERSION } from '@munchi_oy/core';
18
+ import { /* your exports */ } from '@munchi_oy/core';
19
19
 
20
20
  console.log(MUNCHI_CORE_VERSION);
21
21
  ```