Skip to content

Commit

Permalink
update Readme and Contributing. + Cleanup SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
jparez committed Jan 27, 2025
1 parent 82b960b commit 704d301
Show file tree
Hide file tree
Showing 35 changed files with 295 additions and 501 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ yarn build:dev
And import your local file directly

```html
<link rel="stylesheet" href="file:///[...]/genymotion-device-web-player/dist/css/gm-player.min.css" />
<script src="file:///[...]/genymotion-device-web-player/dist/js/gm-player.min.js"></script>
<link rel="stylesheet" href="file:///[...]/genymotion-device-web-player/dist/css/device-renderer.min.js" />
<script src="file:///[...]/genymotion-device-web-player/dist/js/device-renderer.min.js"></script>
```

Don't forget to re-run the build command each time you make a modification to the code.
Expand Down
Loading

0 comments on commit 704d301

Please sign in to comment.