diff --git a/README.md b/README.md index 534ca62..33029e3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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