Merge pull request #2327 from DrSensor/patch-1

Clarify which canvasContext is accepted
diff --git a/README.md b/README.md
index f392e2a..1c14a94 100644
--- a/README.md
+++ b/README.md
@@ -239,7 +239,7 @@
   autoplay: true,
   animationData: animationData, // the animation data
   rendererSettings: {
-    context: canvasContext, // the canvas context
+    context: canvasContext, // the canvas context, only support "2d" context
     preserveAspectRatio: 'xMinYMin slice', // Supports the same options as the svg element's preserveAspectRatio property
     clearCanvas: false,
     progressiveLoad: false, // Boolean, only svg renderer, loads dom elements when needed. Might speed up initialization for large number of elements.