Skip to content

Commit 1fe4815

Browse files
committed
Fixed license info
1 parent b68b178 commit 1fe4815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ With actions, making an animation may not be simpler than this.
88
```c#
99
Action.Run(aTransform,new MoveBy(10 ,new Vector3(10,1,1)));
1010
```
11-
Above code move transforms 'aTransform' by Vector3(10,1,1) in 10 seconds. Now this is basic one, more complex example follows.
11+
Above code move/transforms 'aTransform' by Vector3(10,1,1) units in 10 seconds. Now this is basic one, more complex example follows.
1212
```c#
1313
Sequence seq= new Sequence(new MoveBy(3 ,new Vector3(10,1,1)),
1414
new RotateBy(5,new Vector3(180,0,0)),
@@ -55,7 +55,7 @@ There is a lot of sugar in cocos2d in waiting to be ported to Unity3d! All cont
5555
- Add Night Mode
5656

5757
## License
58-
MIT
58+
Apache License
5959
---
6060
**Free Software, Hell Yeah!** -- hehe markdown porked from http://dillinger.io
6161

0 commit comments

Comments
 (0)