summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 86b4205..c609969 100644
--- a/README.rst
+++ b/README.rst
@@ -98,7 +98,7 @@ Logging, Properties, Python Key Bindings, Screenshots and youtube-dl
player.fullscreen = True
player.loop_playlist = 'inf'
# Option access, in general these require the core to reinitialize
- player['vo'] = 'opengl'
+ player['vo'] = 'gpu'
@player.on_key_press('q')
def my_q_binding():