Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
Link to examples readme rather than the directory itself.
Use **[...](...)** instead of [**...**](...) when making link text bold (while GitHub and VSCode handle them the same, npm handles these differently).
Wording tweaks.
  • Loading branch information
davidstraka2 committed Jan 30, 2020
1 parent be895a5 commit 3413bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm i iconlist

## Usage

**For more examples check out the [examples](examples/) directory.**
Check out more usage examples and demos **[here](examples/README.md)**.

**Basic usage:**

Expand Down Expand Up @@ -74,4 +74,4 @@ const main = async () => {
[![issues](https://img.shields.io/github/issues/davidstraka2/iconlist?style=for-the-badge&labelColor=222222)](https://github.com/davidstraka2/iconlist/issues)
[![pull requests](https://img.shields.io/github/issues-pr/davidstraka2/iconlist?style=for-the-badge&labelColor=222222)](https://github.com/davidstraka2/iconlist/pulls)

Please report any issues and suggestions [**here**](https://github.com/davidstraka2/iconlist/issues).
Please report any issues and suggestions **[here](https://github.com/davidstraka2/iconlist/issues)**.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Examples

In this directory you can find examples/demos showcasing the usage of iconlist.
Here you can find examples/demos showcasing the usage of iconlist.

* **[Next.js + Font Awesome Demo](next-js/)**

0 comments on commit 3413bb6

Please sign in to comment.