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

Use instantiate word instead of setup

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

+ 1 - 1
docs/getting-started.md

@@ -55,7 +55,7 @@ This library provides an API over various input types.
 
 ## Static usage
 
-If you don't want to setup anything, you can use `KeyboardCondition`, `GamePadCondition`, and `MouseCondition` statically.
+If you don't want to instantiate anything, you can use `KeyboardCondition`, `GamePadCondition`, and `MouseCondition` statically.
 
 ```csharp
 if (KeyboardCondition.Pressed(Keys.Space) ||