From 2e519edcbb2d49b0b0965a53a8e7216a68edfd85 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 31 Oct 2021 01:40:54 +0300 Subject: [PATCH] Fix issue with shell icon (#727) --- .github/main.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/main.swift b/.github/main.swift index d863738..b4883cf 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -47,6 +47,7 @@ You can see in which language an app is written. Currently there are following l - ![python_icon] - Python language. - ![ruby_icon] - Ruby language. - ![rust_icon] - Rust language. +- ![shell_icon] - Shell language. - ![swift_icon] - Swift language. - ![type_script_icon] - TypeScript language. @@ -129,6 +130,7 @@ Thanks to all the people who contribute: [python_icon]: ./icons/python-16.png 'Python language.' [ruby_icon]: ./icons/ruby-16.png 'Ruby language.' [rust_icon]: ./icons/rust-16.png 'Rust language.' +[shell_icon]: ./icons/shell-16.png 'Shell language.' [swift_icon]: ./icons/swift-16.png 'Swift language.' [type_script_icon]: ./icons/typescript-16.png 'TypeScript language.' """