From 65b106ce88f9e52abba36e4b1e37f80af86a7469 Mon Sep 17 00:00:00 2001 From: Lukhnos Liu Date: Wed, 24 Nov 2021 10:12:47 -0800 Subject: [PATCH] Remove manual line wrapping in README This makes sure that Chinese paragraphs flow correctly without the extraneous space between the last character of a line and the first character of its suceeding line that is still in the same paragraph. --- README.markdown | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index 3633a874..359a8385 100644 --- a/README.markdown +++ b/README.markdown @@ -2,17 +2,13 @@ ## 開發流程 -用 Xcode 開啟 `McBopomofo.xcodeproj`,選 "McBopomofo Installer" target,build -完之後直接執行該安裝程式,就可以安裝小麥注音。 +用 Xcode 開啟 `McBopomofo.xcodeproj`,選 "McBopomofo Installer" target,build 完之後直接執行該安裝程式,就可以安裝小麥注音。 第一次安裝完,日後程式碼或詞庫有任何修改,只要重複上述流程,再次安裝小麥注音即可。 -要注意的是 macOS 可能會限制同一次 login session 能 kill 同一個輸入法 process 的次數( -安裝程式透過 process killing 來讓新版的輸入法生效)。如果安裝若干次後,發現程式修改的結果並 -沒有出現,或甚至輸入法已無法再選用,只要登出目前帳號再重新登入即可。 +要注意的是 macOS 可能會限制同一次 login session 能 kill 同一個輸入法 process 的次數(安裝程式透過 kill input method process 來讓新版的輸入法生效)。如果安裝若干次後,發現程式修改的結果並沒有出現,或甚至輸入法已無法再選用,只要登出目前帳號再重新登入即可。 ## 軟體授權 -本專案採用 MIT License 釋出,使用者可自由使用、散播本軟體,惟散播時必須 -完整保留版權聲明及軟體授權([詳全文](https://github.com/openvanilla/McBopomofo/blob/master/LICENSE.txt))。 +本專案採用 MIT License 釋出,使用者可自由使用、散播本軟體,惟散播時必須完整保留版權聲明及軟體授權([詳全文](https://github.com/openvanilla/McBopomofo/blob/master/LICENSE.txt))。