@sujog/digit-ui-libraries 1.0.1 → 1.0.2

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
@@ -5,14 +5,14 @@
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install --save @egovernments/digit-ui-libraries
8
+ npm install --save @sujog/digit-ui-libraries
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```jsx
14
14
  import React from "react";
15
- import initLibraries from "@egovernments/digit-ui-libraries";
15
+ import initLibraries from "@sujog/digit-ui-libraries";
16
16
 
17
17
  import defaultConfig from "./config";
18
18