Skip to content

Commit

Permalink
Update build_list.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
olistik committed May 5, 2016
1 parent 483d955 commit c51b8bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def raw_icon_url(path:)
}
end

puts "Icon | Preview"
puts "-----|--------"
list.each do |icon|
puts "- #{icon[:name]} ![#{icon[:name]}](#{icon[:url]})"
puts "| #{icon[:name]} | ![#{icon[:name]}](#{icon[:url]}) |"
end

0 comments on commit c51b8bf

Please sign in to comment.