From fab983151f2c2219bccac7d29667918e2429177b Mon Sep 17 00:00:00 2001 From: ziyue Date: Wed, 23 Oct 2019 17:38:27 +0200 Subject: [PATCH] verbessern Background --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e7e357..62f3375 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # vKVM Library -#Background +# Background -THis Library was created to make it easier for developers to understand the overall project framework, +This Library was created to make it easier for developers to understand the overall project framework, and to make the code of each department uniform and standardized. It can provide names for many variables and methods that people can easily call and implement. -It can provided font changes, event handling, pixel color, button control, ect. +It can provided font changes, event handling, pixel color, button control, keyboard response ect. ## Installation @@ -18,7 +18,7 @@ Installing a single component is currently not supported. Include this library with -``` +```sh set(LIB_PATH "${CMAKE_SOURCE_DIR}/../library") include_directories(${LIB_PATH}/include)