From 13b5e7758d3c479c8d16c9305a0216e43437d42c Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 23 Aug 2022 16:07:21 -0500 Subject: [PATCH] Improve the `README.md` file (#1362) --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5dcb8a98..b22868ba 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ GitHub issues by-label - GitHub Repo stars + GitHub repository stars


@@ -51,7 +51,7 @@
  • Getting started
  • Requesting icon
  • Contributing
  • -
  • Discord server
  • +
  • Discord community
  • develop vs master
  • Stale pull requests
  • Go build yourself
  • @@ -95,9 +95,9 @@ yarn add devicon ```

    - If you don't want to use a package manager you can also download + If you don't want to use a package manager, you can also download and include devicon.min.css next to the font files to your project. - See devicon.dev for details about how to add devicon to your project via + See devicon.dev for details about how to add Devicon to your project via a CDN.

    @@ -136,7 +136,8 @@ yarn add devicon ``` -Add css rules in your stylesheet +Add CSS rules in your stylesheet. + ```css .devicon-devicon-plain { max-width: 2em; @@ -154,7 +155,7 @@ Add css rules in your stylesheet ``` -

    Requesting icon

    +

    Requesting an icon

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

    @@ -164,7 +165,7 @@ Add css rules in your stylesheet We are happy with every contribution, whether it's new icons, features, or maintainers. Please have a look at our Wiki to see how you can contribute to this project.

    -

    Discord server

    +

    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. @@ -207,7 +208,7 @@ After a pull request has been open for over 30 days with no activity or response by yourself.

    Prerequisites
    -

    Install gulp (and gulp plugins)

    +

    Install gulp (and gulp plugins)

    ```bash npm install