Skip to content

Commit 60bc021

Browse files
committed
Small fix
1 parent ae752ba commit 60bc021

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# cpufetch
22

33
Prints a fancy summary of the CPU with some advanced information
4-
![Example](i9.png)
4+
![cpu1](i9.png)
55

66
### Platforms
77
cpufetch currently supports x86 CPUs (both Intel and AMD CPUs)
88

99
| Platform | Intel | AMD | Notes |
1010
|:---------:|:-------------------------:|:------------------------:|:-----------------:|
1111
| Linux | :heavy_check_mark: | :heavy_check_mark: | Prefered platform |
12-
| Windows | :heavy_check_mark: | :heavy_check_mark: | Some information may be missing. No colors and worse CPU art |
12+
| Windows | :heavy_check_mark: | :heavy_check_mark: | Some information may be missing. <br> No colors and worse CPU art |
1313
| macOS | :heavy_exclamation_mark: | :heavy_exclamation_mark: | Untested |
1414

1515

@@ -38,9 +38,9 @@ The Makefile is designed to work on both Linux and Windows.
3838

3939
Here are more examples of how `cpufetch` looks on different CPUs.
4040

41-
![Example](epyc.png)
41+
![cpu2](epyc.png)
4242

43-
![Example](cascade_lake.png)
43+
![cpu3](cascade_lake.png)
4444

4545
### Colors and style
4646
By default, `cpufetch` will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either

0 commit comments

Comments
 (0)