diff --git a/README.md b/README.md index de9887bcc..b5d62e014 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,36 @@ classDiagram Example 3 + + +
+                
+gitGraph :
+options
+{
+    "key": "value",
+    "nodeWidth": 150,
+    "nodeSpacing" : 150
+}
+end
+    commit
+    branch newbranch
+    checkout newbranch
+    commit
+    commit
+    checkout master
+    commit
+    commit
+    merge newbranch
+
+                
+            
+ + + Example 4 + + + ## Further reading diff --git a/docs/img/gitgraph.mm.png b/docs/img/gitgraph.mm.png new file mode 100644 index 000000000..2da331a1e Binary files /dev/null and b/docs/img/gitgraph.mm.png differ