Skip to content
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ First of all, thanks for taking the time to contribute! This project can only gr
</td>
<td style='width: 33%'>
<p><b>line</b>: a one-color, line version of the original logo. Note that the icon version will be stripped of all colors so you don't have to strip beforehand. </p>
<img src='https://raw.githubusercontent.com/devicons/devicon/master/icons/apache/apache-line.svg' height='100px' width='100px' />
<h4>apache-line.svg</h4>
<img src='https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-line.svg' height='100px' width='100px' />
<h4>devicon-line.svg</h4>
</td>
</tr>
<tr>
Expand All @@ -123,8 +123,8 @@ First of all, thanks for taking the time to contribute! This project can only gr
</td>
<td style='width: 33%'>
<p><b>line-wordmark</b>: similar to the above but must contain the name of the technology. Note that the icon version will be stripped of all colors so you don't have to strip beforehand.</p>
<img src='https://raw.githubusercontent.com/devicons/devicon/master/icons/apache/apache-line-wordmark.svg' height='100px' width='100px' />
<h4>apache-line-wordmark.svg</h4>
<img src='https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-line-wordmark.svg' height='100px' width='100px' />
<h4>devicon-line-wordmark.svg</h4>
</td>
</tr>
</table>
Expand Down