From fe487a6681a9de2d7e5b078d6cf0107f776ef5bb Mon Sep 17 00:00:00 2001 From: LelouchFR Date: Sun, 9 Jun 2024 02:29:24 +0200 Subject: [PATCH] fix readme --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 96125f5..db6a710 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@

Showcase your skills on your GitHub or resumé with ease!


-> [!CAUTION] -> the link `https://go-skill-icons.vercel.app/api/icons` is no longer supported, please change your link to `https://go-skill-icons.vercel.app/icons`, we are sorry if this made you problems. -> changes about this has been introduced from #78. - # Docs - [Docs](#docs) @@ -31,10 +27,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/icons?i=js,html,css,wasm) +![My Skills](https://go-skill-icons.vercel.app/api/icons?i=js,html,css,wasm) ``` -![My Skills](https://go-skill-icons.vercel.app/icons?i=js,html,css,wasm) +![My Skills](https://go-skill-icons.vercel.app/api/icons?i=js,html,css,wasm) # Themed Icons @@ -47,10 +43,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/icons?i=java,kotlin,nodejs,figma&theme=light) +![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/icons?i=java,kotlin,nodejs&theme=light) +![My Skills](https://go-skill-icons.vercel.app/api/icons?i=java,kotlin,nodejs&theme=light) # Icons Per Line @@ -59,10 +55,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/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) ``` -![My Skills](https://go-skill-icons.vercel.app/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) # Get Icons Names @@ -71,10 +67,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/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) ``` -![My Skills](https://go-skill-icons.vercel.app/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) # Centering Icons @@ -83,14 +79,14 @@ Want to center the icons in your readme? The SVGs are automatically resized, so ```html

- +

```

- +