mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
chore: Small formatting README changes.
This commit is contained in:
parent
4c1f9e2be6
commit
f64c4055db
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
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
|
## 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
|
```js
|
||||||
import GameDig from 'gamedig';
|
import GameDig from 'gamedig';
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
This folder is not really intended to be used by users.
|
This folder is not really intended to be used by users.
|
||||||
|
|
||||||
Contains helpers for certain stuff (such as generating the games list Markdown table).
|
Contains helpers for certain stuff (such as generating the games list Markdown table).
|
||||||
|
|
Loading…
Reference in a new issue