Skip to content

Commit 6a73ae1

Browse files
authored
Merge pull request #67 from spenserblack/master
Use raw images for screenshots
2 parents 205bf18 + 4ac01be commit 6a73ae1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://github.com/o2sh/onefetch/blob/master/assets/onefetch.png" height="130px"></h3><br><br>
2+
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/onefetch.png" height="130px"></h3><br><br>
33
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-1.6.0-red.svg" alt="cargo"></a>
44
<a href="https://travis-ci.org/o2sh/onefetch"><img src="https://travis-ci.org/o2sh/onefetch.svg?branch=master" alt="Build Status"></a>
55
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
@@ -12,8 +12,8 @@
1212
Onefetch is a command line tool that displays information about your Git project directly on your terminal. Onefetch supports almost 20 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added.
1313

1414
<p align="center">
15-
<img src="https://github.com/o2sh/onefetch/blob/master/assets/cpp.png" align="left" height="200px" width="420px">
16-
<img src="https://github.com/o2sh/onefetch/blob/master/assets/dart.png" height="200px" width="420px">
15+
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/cpp.png" align="left" height="200px" width="420px">
16+
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/dart.png" height="200px" width="420px">
1717
</p>
1818

1919
## Usage

0 commit comments

Comments
 (0)