@festo-ui/react 3.0.0 → 3.1.0-pre-20220214.3

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
@@ -1,4 +1,4 @@
1
- # FESTO UI
1
+ # FESTO UI
2
2
 
3
3
  ## React Component Library
4
4
 
@@ -12,5 +12,6 @@ To install Festo React, run:
12
12
 
13
13
  ```js
14
14
  /* The following lines should be included in your src/index.js or App.js file*/
15
- import '@festo-ui/web-essentials/dist/css/festo-web-essentials.min.css';
15
+ import '@festo-ui/web-essentials/dist/css/festo-web-essentials.min.css';
16
16
  import '@festo-ui/react/react.esm.css';
17
+ ```
File without changes