summary history branches tags files
commit:fca83cacd4004e542d131718c18d86f41e781a35
author:Trevor Bentley
committer:GitHub
date:Fri Jul 12 17:44:16 2019 +0000
parents:28003ca941579e4bf373554585e043ddf4be7cd7
Update README.md
diff --git a/README.md b/README.md
line changes: +1/-1
index 658dc15..05eaf44
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ It creates a persistent icon in the 'Control Strip' region on the right side of 
 Using a pure-Rust API, you can create Touch Bar UIs with the most common items: Buttons, Labels, Sliders, Scrubbers (horizontally scrolling text selections), and recursive menus.
 
 Source for following screencast in `examples/example.rs`
-<img src="https://github.com/mrmekon/rubrail-rs/blob/master/docs/screencast.gif" width="1200">
+<img src="https://raw.githubusercontent.com/mrmekon/rubrail-rs/master/docs/screencast.gif" width="1200">
 
 ## Run the example