diff --git a/.clangd b/.clangd index adbb094..7f04681 100644 --- a/.clangd +++ b/.clangd @@ -1,7 +1,6 @@ CompileFlags: Add: [ "-std=c++17", - "-I/home/sonnycalcr/EDisk/TemplateCodes/LinuxCppTemplate/includes", # you should replace this to your own include path of this project # -Wno-unused-value, ] # ignore some specific warnings CompilationDatabase: build/ # Search build/ directory for compile_commands.json diff --git a/README.md b/README.md index aaa9760..1731923 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# About +# Google Pinyin IME Rev The continuation of the code for Google Pinyin IME.