浏览代码

Add except sentence for docs

Jean-David Moisan 4 年之前
父节点
当前提交
541b6755c5
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      docs/design-choices.md
  2. 2 0
      docs/getting-started.md

+ 2 - 0
docs/design-choices.md

@@ -1,5 +1,7 @@
 # Design choices
 
+Design an ideas behind this library.
+
 ## Polling
 
 This library's goal is to enable a [polling-based](https://en.wikipedia.org/wiki/Polling_(computer_science)) paradigm on input handling. [Inputs](https://en.wikipedia.org/wiki/Input_device) come from mouse, keyboard, gamepad, touch screen, etc. Polling means that you can check for an input's current state anywhere that feels natural in your game code instead of managing them through [events and callbacks](https://en.wikipedia.org/wiki/Event_(computing)).

+ 2 - 0
docs/getting-started.md

@@ -1,5 +1,7 @@
 # Getting started
 
+This guide will show you how to get started with this library.
+
 ## Install
 
 Install using the following dotnet command: