chore: Small formatting README changes.

This commit is contained in:
CosminPerRam 2023-10-30 23:39:41 +02:00
parent 4c1f9e2be6
commit f64c4055db
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Support is available on the [GameDig Discord](https://discord.gg/NVCMn3tnxH) (fo
See the [GAMES_LIST.md](GAMES_LIST.md) file for the currently supported titles, not yet supported ones and notes about some of them.
## Usage from Node.js
Install using your favorite package manager:`npm install gamedig`, then use!
Install using your favorite package manager: `npm install gamedig`, then use!
```js
import GameDig from 'gamedig';

View File

@ -1,2 +1,3 @@
This folder is not really intended to be used by users.
Contains helpers for certain stuff (such as generating the games list Markdown table).