From da5925c038c7892b65a44f0b7594852b8ddd781f Mon Sep 17 00:00:00 2001 From: Tom O'Sullivan Date: Sun, 6 Sep 2020 20:47:52 +0100 Subject: [PATCH] Fix some broken English --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da26f51..36d9e4a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ print(lang:getString("helloWorldNoName")) - A: In your console, enter `i18n_override_language {your preferred language code}`, if this doesn't work, the addon your using might not have a translation available for your desired language. - **Q: I'm having problems with the libary, where can I get help?** - A: Make an issue on this repository, clearly describing the issue you are having. Remember, this library is free for you to modify and use to your liking, so don't complain if it takes a long time to fix your problem. -- **Q: I have a feature I'd have implemented, where should I post my idea?** +- **Q: I have an idea I'd like to have implemented, where should I post my idea?** - A: If you know how to implement it yourself, feel free to make a pull request with the changes your feature idea requires. Otherwise, make an issue on this repository and your ideawill be considered. - **Q: Are pull requests welcomed?** - A: Yes! Feel free to improve on the code, add features to the library or fix any bugs I may not have found.