From 0ebf6f76d15084a507a306ebfd1fd0bdf340cc4f Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Fri, 12 Jan 2024 11:41:39 +0100 Subject: [PATCH] docs: corrected license type --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a9cfc7..fbba64d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Get up and running with mini loader in just a few steps: 3. **Push Your First Load**: `mini-loader loads push script.mjs -r -i first` 3. **See the logs**: `mini-loader logs ls -l first` -For a detailed guide on getting started, please refer to our [Getting Started Tutorial](./docs/getting-started.md). +For a detailed guide on getting started, please refer to the [Getting Started Tutorial](./docs/getting-started.md). ## Support and Contributions @@ -41,7 +41,7 @@ If you encounter any issues or would like to contribute to the project, please c ## License -mini loader is open-source software licensed under the [MIT License](./LICENSE). +mini loader is open-source software licensed under the [GPL-3 License](./LICENSE). ## Let's Get Started!