Skip to content

Commit

Permalink
fix readme (keep it simple)
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouchFR committed May 6, 2024
1 parent 5efc9cd commit 8d1dd41
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Copy and paste the code block below into your readme to add the skills icon elem
Change the `?i=js,html,css` to a list of your skills separated by ","s! You can find a full list of icons [here](#icons-list).

```md
[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=js,html,css,wasm)](https://go-skill-icons.vercel.app/)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=js,html,css,wasm)]
```

[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=js,html,css,wasm)](https://skillicons.dev)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=js,html,css,wasm)

# Themed Icons

Expand All @@ -40,10 +40,10 @@ Change the `&theme=light` to either `dark` or `light`. The theme is the backgrou
**Light Theme Example:**

```md
[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=java,kotlin,nodejs,figma&theme=light)](https://go-skill-icons.vercel.app/)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=java,kotlin,nodejs,figma&theme=light)]
```

[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=java,kotlin,nodejs&theme=light)](https://go-skill-icons.vercel.app/)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=java,kotlin,nodejs&theme=light)]

# Icons Per Line

Expand All @@ -52,10 +52,10 @@ You can specify how many icons you would like per line! It's an optional argumen
Change the `&perline=3` to any number between 1 and 50.

```md
[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=aws,gcp,azure,react,vue,flutter&perline=3)](https://go-skill-icons.vercel.app/)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=aws,gcp,azure,react,vue,flutter&perline=3)
```

[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=aws,gcp,azure,react,vue,flutter&perline=3)](https://skillicons.dev)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=aws,gcp,azure,react,vue,flutter&perline=3)

# Get Icons Names

Expand All @@ -64,10 +64,10 @@ You can get the possiblity to add the name of the icons you put to help others t
The value of `titles` is a boolean, so it should be `true` or `false`, default is `false`

```md
[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=rust,surrealdb,actix,yew&titles=true)](https://skillicons.dev)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=rust,surrealdb,actix,yew&titles=true)
```

[![My Skills](https://go-skill-icons.vercel.app/api/icons?i=rust,surrealdb,actix,yew&titles=true)](https://skillicons.dev)
![My Skills](https://go-skill-icons.vercel.app/api/icons?i=rust,surrealdb,actix,yew&titles=true)

# Centering Icons

Expand Down

0 comments on commit 8d1dd41

Please sign in to comment.