From a17447a498ac804a09c2b7edbff48244a6bca0cf Mon Sep 17 00:00:00 2001 From: Toby Date: Wed, 25 Dec 2024 00:04:32 +0000 Subject: [PATCH 1/2] chore(readme): update language for clarity and replace square_logo with full_logo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ec1dd6..e6c72d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
# Introduction to Quickfall @@ -8,11 +8,11 @@ Quickfall is a new programming language that facilitates the creation of highly ## Contributing -Before contributing, you should take a look at the [contributor conduct](https://github.com/Quickfall/quickfall/blob/master/CODE_OF_CONDUCT.md). +Before contributing, you should look at the [contributor conduct](https://github.com/Quickfall/quickfall/blob/master/CODE_OF_CONDUCT.md). When you want to report an issue or request features, [please create an issue](https://github.com/Quickfall/quickfall/issues). -We warmly welcome contributions by everyone, make sure that your code works and is decently written and documented (take a look at some existing code for that) in order to preserve Quickfall's speed and quality. +We warmly welcome contributions by everyone, make sure that your code works and is decently written and documented (take a look at some existing code for that) to preserve Quickfall's speed and quality. ## License -Most of the project is licensed under the MIT license except when stated otherwise. \ No newline at end of file +Most projects are licensed under the MIT license except when stated otherwise. From c3d7be8b77d7b856891dc7657e7f6a422bb7beb5 Mon Sep 17 00:00:00 2001 From: Toby Date: Wed, 25 Dec 2024 13:39:34 +0000 Subject: [PATCH 2/2] projects -> repos (Zffu requested change) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c72d3..cc9d6de 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ When you want to report an issue or request features, [please create an issue](h We warmly welcome contributions by everyone, make sure that your code works and is decently written and documented (take a look at some existing code for that) to preserve Quickfall's speed and quality. ## License -Most projects are licensed under the MIT license except when stated otherwise. +Most repositories are licensed under the MIT license except when stated otherwise.