Skip to content

Commit 498be4f

Browse files
committed
Merge branch 'master' of github.com:RobLoach/raylib-aseprite
2 parents 2caa47e + 4f9670d commit 498be4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# raylib-aseprite
22

3-
Load [Aseprite](https://aseprite.org) `.aseprite` files for animated sprites in [raylib](https://raylib.com).
3+
Load [Aseprite](https://www.aseprite.org) `.aseprite` files for animated sprites in [raylib](https://www.raylib.com).
44

55
![examples/raylib-aseprite-example.png](examples/raylib-aseprite-example.png)
66

@@ -61,7 +61,7 @@ int main() {
6161
}
6262
```
6363

64-
See the [examples](examples directory) for more demonstrations of how to use *raylib-aseprite*.
64+
See the [examples directory](examples) for more demonstrations of how to use *raylib-aseprite*.
6565

6666
### API
6767

@@ -107,7 +107,7 @@ cd examples
107107
./raylib-aseprite-example
108108
```
109109

110-
This uses [cute_asesprite.h](https://github.com/RandyGaul/cute_headers/blob/master/cute_aseprite.h) to handle loading the aseprite file. Thank you to [Randy Gaul's cute_headers](https://github.com/RandyGaul/cute_headers) for making this all possible.
110+
This uses [cute_aseprite.h](https://github.com/RandyGaul/cute_headers/blob/master/cute_aseprite.h) to handle loading the aseprite file. Thank you to [Randy Gaul's cute_headers](https://github.com/RandyGaul/cute_headers) for making this all possible.
111111

112112
## License
113113

0 commit comments

Comments
 (0)