Skip to content

Commit 06d7913

Browse files
committed
Fix README link
1 parent 53db99a commit 06d7913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# psx-sdk-rs
22

33
<p align="center">
4-
<img width="320" height="240" src="demo.gif">
4+
<img width="320" height="240" src="https://github.com/ayrtonm/psx-sdk-rs/blob/main/demo.gif">
55
</p>
66

77
This is a basic SDK to run custom Rust code on a PlayStation 1. It works with

psx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psx"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Library for developing homebrew for the Sony PlayStation 1"
55
readme = "../README.md"
66
repository = "https://github.com/ayrtonm/psx-sdk-rs"

0 commit comments

Comments
 (0)