Skip to content

Commit

Permalink
Minor README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Dec 14, 2023
1 parent a6f8c9e commit 5a8ad44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# node-virtual-gamepads

This nodejs application turns your smartphone into a gamepad controller on Linux OS simply by reaching a local address.
You can virtually plug **up to 4** gamepad controllers.
You can virtually plug in multiple gamepad controllers.

Demo
----
Expand Down
2 changes: 1 addition & 1 deletion README_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can customize the behaviour of the program by changing the values in
page where one of gamepad, keyboard, or touchpad can be chosen.
If set to `true`, `/` redirects to the gamepad. The input-selection
page can still be accessed via `/index.html`.
* `analog`: if set to `true` the above mentioned redirection will
* `analog`: if set to `true` the above-mentioned redirection will
append `?analog` to the address. This flag will cause the gamepad's
d-pad to act like an analog stick instead of d-pad.
* `logLevel`: set it to `"debug"` to get a lot more logging output,
Expand Down

0 comments on commit 5a8ad44

Please sign in to comment.