From dabd1c10919806783eb318d877535a39b41515c7 Mon Sep 17 00:00:00 2001 From: Izzy Date: Fri, 12 Sep 2025 10:30:47 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e1183b..9b0c494 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ For users who prefer to build from source, follow the build instructions below. 1. **Clone the repository:** ```bash - git clone https://github.com/yourusername/PSX2-Android.git + git clone https://github.com/izzy2lost/PSX2.git cd PSX2-Android ``` @@ -175,7 +175,7 @@ We welcome contributions! Please read our contributing guidelines and submit pul ### Getting Help -- Check the [Issues](https://github.com/yourusername/PSX2-Android/issues) page for known problems +- Check the [Issues](https://github.com/izzy2lost/PSX2/issues) page for known problems - Search existing issues before creating new ones - Provide device information and logs when reporting bugs From cd929a7cadc5f5fa1461bced0d79f7d68cd069a8 Mon Sep 17 00:00:00 2001 From: Izzy Date: Fri, 12 Sep 2025 10:31:36 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b0c494..f852512 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For users who prefer to build from source, follow the build instructions below. ```bash git clone https://github.com/izzy2lost/PSX2.git - cd PSX2-Android + cd PSX2 ``` 2. **Open in Android Studio:**