Skip to content

Commit

Permalink
Use SVGs for icons in READMEs (LiveSplit#791)
Browse files Browse the repository at this point in the history
* Update SVG icon in README

* Use SVG in auto splitting readme
  • Loading branch information
wooferzfg authored Apr 11, 2024
1 parent 3d2632a commit e34ec1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://raw.githubusercontent.com/LiveSplit/LiveSplit/master/res/Icon.png" alt="LiveSplit" height="42" width="45" align="top"/> livesplit-core
# <img src="https://raw.githubusercontent.com/LiveSplit/LiveSplit/master/res/Icon.svg" alt="LiveSplit" height="42" width="45" align="top"/> livesplit-core

[![Build Status](https://github.com/LiveSplit/livesplit-core/workflows/Build/badge.svg)](https://github.com/LiveSplit/livesplit-core/actions)
[![crates.io](https://img.shields.io/crates/v/livesplit-core.svg)](https://crates.io/crates/livesplit-core)
Expand Down
2 changes: 1 addition & 1 deletion crates/livesplit-auto-splitting/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://raw.githubusercontent.com/LiveSplit/LiveSplit/master/res/Icon.png" alt="LiveSplit" height="42" width="45" align="top"/> livesplit-auto-splitting
# <img src="https://raw.githubusercontent.com/LiveSplit/LiveSplit/master/res/Icon.svg" alt="LiveSplit" height="42" width="45" align="top"/> livesplit-auto-splitting

livesplit-auto-splitting is a library that provides a runtime for running
auto splitters that can control a speedrun timer. These auto splitters are
Expand Down

0 comments on commit e34ec1d

Please sign in to comment.