diff --git a/example/SimpleGraph.js b/example/SimpleGraph.js
index 1eb5ede5..941e6eb1 100644
--- a/example/SimpleGraph.js
+++ b/example/SimpleGraph.js
@@ -3,13 +3,13 @@ import React, { PureComponent } from 'react';
import Graph, { isEdge, removeElements, getOutgoers, SourceHandle, TargetHandle } from '../src';
// import Graph from '../dist/ReactGraph';
-const SpecialNode = ({ data, onChange, styles }) => (
+const SpecialNode = ({ data, styles }) => (
I am special!
{data.label}
-