Skip to content

Commit 818876d

Browse files
committed
Doc
1 parent 2747671 commit 818876d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/md/wordpress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Then create your ~ec~ script in its own <div>, adding a suitable variable:
3232
</div>
3333
```
3434

35-
The variable Anchor now becomes the container in which your entire ~ec~ script lives and you can do anything you like with it. For example, go to the _Mexican Wave_ example in the codex, copy its code and paste this into your page inside the `easycoder-script` tag. You'll need to change the line `create Container` to
35+
The variable `Anchor` now becomes the container in which your entire ~ec~ script lives and you can do anything you like with it. For example, go to the _Mexican Wave_ example in the codex, copy its code and paste this into your page inside the `easycoder-script` tag. You'll need to change the line `create Container` to
3636

3737
```
3838
attach Container to `my-anchor-div`
3939
```
4040

41-
When you load the page the animation runs - it's as simple as that.
41+
When you load the page the animation runs - it's as simple as that. There's no need to learn how to use a complicated IDE or build tools; just write code and save it. Your changes are visible immediately.

0 commit comments

Comments
 (0)