From c53fbdd8957aacb3baddc2e30bd4a1d4d76cba12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=9B=E6=8C=AF?= Date: Sun, 31 Mar 2019 22:51:40 +0800 Subject: [PATCH] fix typos of word 'LICENSE' in instruction.md I'm (not a supporter;) just dropping by to fix a few typos, which may confuse readers like me --- externals/instruction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/instruction.md b/externals/instruction.md index f60a8a2..5708aa7 100644 --- a/externals/instruction.md +++ b/externals/instruction.md @@ -26,8 +26,8 @@ Markdown code for badget: The 996ICU license is designed for multi-licensing, you can use it with other licenses like MIT in these ways: - Separate license files: - In `LICENSE` file, list all licenses you used with `AND`. - - Add `LICENSE.996ICU` or `LINCES.NPL` file for details of 996ICU license. - - Add `LINCESE.MIT` file for details of MIT license. + - Add `LICENSE.996ICU` or `LICENSE.NPL` file for details of 996ICU license. + - Add `LICENSE.MIT` file for details of MIT license. - Single license files: - Add primary license content, such as MIT license. - Add separation line like `----------`.