From f475a8c572109cc34fdebc33f7c8b9dce1a969b4 Mon Sep 17 00:00:00 2001 From: Muunatic Date: Tue, 20 Feb 2024 12:31:54 +0700 Subject: [PATCH] docs: update license type to ISC --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f6e9c0..179f81a 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ This GitHub Automaton is a Probot-based application that automates various actio Environment Variables To use this application, set the following environment variables in a .env file: -APP_ID: Your GitHub App's ID. -PRIVATE_KEY: Your GitHub App's private key. -CLIENT_ID: Your GitHub App's client ID. -CLIENT_SECRET: Your GitHub App's client secret. +- APP_ID: Your GitHub App's ID. +- PRIVATE_KEY: Your GitHub App's private key. +- CLIENT_ID: Your GitHub App's client ID. +- CLIENT_SECRET: Your GitHub App's client secret. ## Usage To use this application, install the dependencies and configure the environment variables. Run the application using the appropriate command `npm run build:start`. @@ -24,4 +24,4 @@ To use this application, install the dependencies and configure the environment Contributions are welcome! Please see this **Contribution Guide** and adhere to **Code Of Conduct**. If you have any improvements, feel free to submit a pull request. ## License -This project is licensed under the MIT License. +This project is licensed under the ISC License.