Skip to content

Commit 23257d0

Browse files
authored
Merge branch 'develop' into panquesito7/remove/bower
2 parents 2241938 + 852ed49 commit 23257d0

58 files changed

Lines changed: 10291 additions & 9560 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/devicon-schema.json

Lines changed: 207 additions & 206 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<a href="https://devicon.dev/">
2121
<img alt="Registered logos" src="https://img.shields.io/github/directory-file-count/devicons/devicon/icons?color=%2360be86&label=registered%20logos&style=for-the-badge">
2222
</a>
23+
<a href="https://www.npmjs.com/package/devicon">
24+
<img alt="Devicons npm downloads" src="https://img.shields.io/npm/dt/devicon?color=%2360be86&style=for-the-badge">
25+
</a>
26+
<a href="https://www.npmjs.com/package/devicon">
27+
<img alt="Devicons npm downloads/month" src="https://img.shields.io/npm/dm/devicon?color=%2360be86&style=for-the-badge">
28+
</a>
2329
</p>
2430
<br />
2531
<div align="center">
@@ -156,7 +162,7 @@ Add the following CSS rules in your stylesheet:
156162
<h4>You can also use the <code>img</code> tag and reference an SVG directly from the repository:</h4>
157163

158164
```html
159-
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg'>
165+
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg' />
160166
```
161167

162168
<h2 id="request-icon">Requesting an icon</h2>
@@ -264,6 +270,7 @@ https://www.python.org/downloads/
264270
> Make sure your Python install includes [pip](https://pypi.org/project/pip/)
265271
266272
<h3>Install Selenium</h3>
273+
267274
```bash
268275
python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1
269276
```

0 commit comments

Comments
 (0)