devicons-react 0.1.6 → 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
@@ -13,7 +13,7 @@
13
13
 
14
14
  <div align="center">
15
15
  <a href="https://github.com/MKAbuMattar/devicons-react">
16
- <img src="https://raw.githubusercontent.com/MKAbuMattar/devicons-react/main/assets/img/logo.png" alt="Devicon Logo" height="140" />
16
+ <img src="./assets/img/logo.png" alt="Devicon Logo" height="140" />
17
17
  </a>
18
18
  <p align="center">
19
19
  devicons-react aims to gather all logos representing development languages and tools, build into <a href="https://github.com/devicons/devicon">devicon</a>
@@ -26,7 +26,11 @@
26
26
  <h2>Install package</h2>
27
27
 
28
28
  ```bash
29
+ #npm
29
30
  npm install --save devicons-react
31
+
32
+ #yarn
33
+ yarn add devicons-react
30
34
  ```
31
35
 
32
36
  <h3 id="default">Icon Behavior / props</h3>
Binary file