diff --git a/README.md b/README.md index b22868ba0..abac4ef42 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Devicon Logo
- devicon aims to gather all logos representing development languages and tools. + Devicon aims to gather all logos representing development languages and tools.

Demo @@ -35,7 +35,7 @@

-

TL;DR;

+

TL;DR

```html @@ -47,17 +47,17 @@

Table of Contents

    -
  1. About the project
  2. -
  3. Getting started
  4. -
  5. Requesting icon
  6. +
  7. About the Project
  8. +
  9. Getting Started
  10. +
  11. Requesting Icon
  12. Contributing
  13. -
  14. Discord community
  15. +
  16. Discord Community
  17. develop vs master
  18. -
  19. Stale pull requests
  20. -
  21. Go build yourself
  22. +
  23. Stale Pull Requests
  24. +
  25. Go Build Yourself
-

About the project

+

About the Project

Devicon aims to gather all logos representing development languages and tools. Each icon comes in several versions: font/SVG, original/plain/line, colored/not colored, wordmark/no wordmark. @@ -67,20 +67,22 @@ See the devicon.json or our website for complete and up to date reference of all available icons.

+ +

+ Thanks to all our contributors and the IcoMoon app. Devicon would not be possible without you. +

+ All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement. Usage of these logos should be done according to the company/brand/service's brand policy. -

- Thank you to our contributors and the IcoMoon app. Devicon would not be possible without you. -

-

Getting started

+

Getting Started

For a super fast setup go check devicon.dev.
- You can either use the raw SVG icons or our devicon font (which is + You can either use the raw SVG icons or our devicon font (which is also available via CDN).

@@ -109,7 +111,7 @@ yarn add devicon ``` -

Start using icons with <i>-tag

+

Start using icons with <i>-tag:

```html @@ -126,17 +128,17 @@ yarn add devicon ```

- An alternate way to use devicon is by copy/paste the raw SVG code + An alternate way to use devicon is by copy/pasting the raw SVG code to your project.

-

Copy/paste SVG code (from the svg folder or the project page)

+

Copy/paste SVG code (from the SVG folder or the project page):

```html ``` -Add CSS rules in your stylesheet. +Add the following CSS rules in your stylesheet: ```css .devicon-devicon-plain { @@ -149,7 +151,7 @@ Add CSS rules in your stylesheet. } ``` -

You can also use the img tag and referencing an svg directly from the repo.

+

You can also use the img tag and reference an SVG directly from the repository:

```html @@ -157,7 +159,7 @@ Add CSS rules in your stylesheet.

Requesting an icon

- When you want to request an icon please feel free to create an issue. See our Wiki for more information. + When you want to request an icon please feel free to create an issue. Check out our Wiki for more information.

Contributing

@@ -167,8 +169,8 @@ Add CSS rules in your stylesheet.

Discord community

-We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join today: https://discord.gg/hScy8KWACQ. -Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub. +We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join today: https://discord.gg/hScy8KWACQ.

+

Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub.

develop vs master

@@ -197,14 +199,14 @@ All official releases shall be in master. Any updates in between (i -

Stale pull requests

+

Stale Pull Requests

After a pull request has been open for over 30 days with no activity or response from the author, it'll be automatically marked as stale. We might fork your changes and merge the changes ourselves. Since GitHub tracks contributions by commits, you will be credited.

-

Go build yourself

+

Go Build Yourself

- Feel free to follow those steps when you want to build the font + Feel free to follow these steps when you want to build the font by yourself.

Prerequisites