]> git.sesse.net Git - movit/blobdiff - README
Move everything into “namespace movit”.
[movit] / README
diff --git a/README b/README
index 702f29a6445e2309b5769277a3ab0b9c94773212..3f29bea69b8a7230c2309384f74aab8b885f03c7 100644 (file)
--- a/README
+++ b/README
@@ -56,6 +56,7 @@ TL;DR, but I am interested in a programming example instead
 Assuming you have an OpenGL context already set up:
 
 <code>
+  using namespace movit;
   EffectChain chain(1280, 720);
 
   ImageFormat inout_format;