2
0
Эх сурвалжийг харах

Add except sentence for docs

Jean-David Moisan 4 жил өмнө
parent
commit
541b6755c5

+ 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: