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/" },