Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are a few steps to start rendering a Flare file:
1. Create a `canvas` element in HTML
2. Instantiate and initialize the `Graphics` object with the `canvas` reference
3. Start the render loop with `window.requestAnimationFrame()`
4. Load the an Actor from file with `Flare.ActorLoader.load(fileLocation, callback)`
4. Load an Actor from file with `Flare.ActorLoader.load(fileLocation, callback)`
5. Initialize and instantiate the `Actor` - that will initialize the `ActorArtboard`s for the loaded Flare file:
- First `Actor.initialize()`
- then `actor.makeInstance()`
Expand Down Expand Up @@ -69,4 +69,4 @@ The render loop - that is `FlareExample.advance()` can now advance the Actor, th
5. Submit a pull request.

## License
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).