From efe50e53e1311a2b2b2575cf01a51d0d0fb5fc6a Mon Sep 17 00:00:00 2001 From: ibeginnernoob Date: Sun, 23 Aug 2026 21:24:18 +0530 Subject: [PATCH] chore: correct GitHub URLs and username, add star request to README The repository, homepage, bugs and discussion links pointed to github.com/ibeginnernoob/react-native-latex, which returns 404. This also broke the Repository link on the npm package page. - Point all GitHub URLs to iAmAdheil/react-native-LaTeX-renderer - Set the author name and LICENSE copyright to iAmAdheil - Add a star request line at the start of the README Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013tun39UKe9WaTjCBq9DSMh --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- LICENSE | 2 +- README.md | 2 ++ package.json | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ed9bd3f..8800b2f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Feature Request 💡 - url: https://github.com/ibeginnernoob/react-native-latex/discussions/new?category=ideas + url: https://github.com/iAmAdheil/react-native-LaTeX-renderer/discussions/new?category=ideas about: If you have a feature request, please create a new discussion on GitHub. - name: Discussions on GitHub 💬 - url: https://github.com/ibeginnernoob/react-native-latex/discussions + url: https://github.com/iAmAdheil/react-native-LaTeX-renderer/discussions about: If this library works as promised but you need help, please ask questions there. diff --git a/LICENSE b/LICENSE index 2821a25..cccdd5c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 ibeginnernoob +Copyright (c) 2025 iAmAdheil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/README.md b/README.md index 9e3da75..9b86794 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # React Native Latex Renderer +⭐ If this package helps you, please [star the repo on GitHub](https://github.com/iAmAdheil/react-native-LaTeX-renderer) — it helps others find it. + A lightweight, offline-capable, auto-resizing LaTeX renderer for React Native using [KaTeX](https://katex.org/). No native modules. No internet required. ## When to use this package diff --git a/package.json b/package.json index c4f49fa..08aca1b 100644 --- a/package.json +++ b/package.json @@ -63,14 +63,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/ibeginnernoob/react-native-latex.git" + "url": "git+https://github.com/iAmAdheil/react-native-LaTeX-renderer.git" }, - "author": "ibeginnernoob (https://github.com/ibeginnernoob)", + "author": "iAmAdheil (https://github.com/iAmAdheil)", "license": "MIT", "bugs": { - "url": "https://github.com/ibeginnernoob/react-native-latex/issues" + "url": "https://github.com/iAmAdheil/react-native-LaTeX-renderer/issues" }, - "homepage": "https://github.com/ibeginnernoob/react-native-latex#readme", + "homepage": "https://github.com/iAmAdheil/react-native-LaTeX-renderer#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },