diff --git a/README.md b/README.md index 8b28786..3a47467 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,21 @@ A package built on top of IRCTC Website APIs to book train tickets, managing use [![GitHub last commit](https://img.shields.io/github/last-commit/suryavaddiraju/irctc-api)](https://github.com/suryavaddiraju/irctc-api) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suryavaddiraju/irctc-api/node.js.yml)](https://github.com/suryavaddiraju/irctc-api/actions/workflows/node.js.yml) + +> [!NOTE] +> ``` +> This irctc-api script for automating IRCTC ticket booking +> is created strictly for educational purposes. The code and its +> usage are intended to showcase irctc-api testing capabilities and +> best practices. Any attempt to use this script for unauthorized +> access or activities that violate IRCTC terms of service or legal +> regulations is strictly prohibited. The author(s) and associated +> entities are not responsible for any misuse or legal consequences +> resulting from the use of this script for any unauthorized +> activities. +> ``` + + ## Useful Links GitHub Logo npm Logo Documentation Logo diff --git a/package.json b/package.json index 3ae445b..3eac8f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "irctc-api", "description": "An exclusive NodeJs only package built on top of IRCTC Website APIs to book train tickets, managing user profile faster and simpler from anywhere in the world", - "version": "2.0.2", + "version": "2.0.3", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -38,7 +38,7 @@ "url": "http://github.com/suryavaddiraju" }, "funding": { - "type": "individual", + "type": "github", "url": "https://github.com/sponsors/suryavaddiraju" }, "bugs": {