Skip to content

Commit

Permalink
readme contribute update
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmage committed Feb 14, 2021
1 parent 5c9062a commit 44488a3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ To use these icons in your project, simply copy and paste the SVG sourcecode in

```html
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M7 8h10M7 12h5m4.8..." // vector path
stroke="currentColor" // easy coloring with css color
stroke-width="2" // default stroke width
stroke-linecap="round" // default line cap
stroke-linejoin="round" // default line join
/>
<path d="M7 8h10M7 12h5m4.8..." // vector path stroke="currentColor" // easy
coloring with css color stroke-width="2" // default stroke width
stroke-linecap="round" // default line cap stroke-linejoin="round" // default
line join />
</svg>
```

# Constribute

Let me know if you use majesticons, I would like to prepare a showcase section on the website! If you run in any errors or have suggestion, please let me know via email or create a github issue 👋

## Informations

This repository is hosting the website build with Eleventy, Tailwind CSS, and AlpineJS. Everything is hosted on netlify so let's smash this badge in here:
Expand Down

0 comments on commit 44488a3

Please # to comment.