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

fix minor grammar issue #1

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ FitGames.Spine is an extension of the <a href="https://github.com/EsotericSoftwa

There is a new namespace added with two objects `ContentAtlas` and `ContentSkeletonJson` which inherit from `SkeletonJson`. These were created to load Spine objects from the content of the files instead of using a Stream or relying on XNATextureLoader.

The second, perhaps more important is because they are used in our MonoGame pipeline extension which allows zipping atlas.txt, skeleton.json, and skeleton.png into a zip file. This new zip file can be process by the pipeline and loaded using `Content.Load<SpineAsset>('assetkey')` with ease, and ready for rendering.
The second, perhaps more important is because they are used in our MonoGame pipeline extension which allows zipping atlas.txt, skeleton.json, and skeleton.png into a zip file. This new zip file can be processed by the pipeline and loaded using `Content.Load<SpineAsset>('assetkey')` with ease, and ready for rendering.