diff --git a/README.md b/README.md index 4163cde..ec46938 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Every node can have `"children"`, there are three ways of accessing them, either "type": "CCSprite", "index": 0, "attributes": { - //... + "..." } } ], @@ -67,7 +67,7 @@ You can also get the parent from a child: "example-node":{ "parent": { "attributes":{ - //... + "..." } } } @@ -83,7 +83,7 @@ Within MenuLayer, we can see there is a menu, the main menu, which has three but "children": { "node": { "main-menu":{ - //... + "..." } } }