Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed unrendered images on readme preview #4284

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# scrcpy (v2.1.1)

<img src="app/data/icon.svg" width="128" height="128" alt="scrcpy" align="right" />
<!--<img src="./app/data/icon.svg?sanitize=true" width="128" height="128" alt="scrcpy" align="right" />-->
<img src="https://raw.github.com/Genymobile/scrcpy/master/app/data/icon.svg" width="128" height="128" alt="scrcpy" align="right" />

_pronounced "**scr**een **c**o**py**"_

Expand All @@ -9,7 +10,7 @@ USB or [over TCP/IP](doc/connection.md#tcpip-wireless), and allows to control th
device with the keyboard and the mouse of the computer. It does not require any
_root_ access. It works on _Linux_, _Windows_ and _macOS_.

![screenshot](assets/screenshot-debian-600.jpg)
![screenshot](https://raw.github.com/Genymobile/scrcpy/master/assets/screenshot-debian-600.jpg)

It focuses on:

Expand Down