diff --git a/README.md b/README.md index 4369e9f..6372455 100644 --- a/README.md +++ b/README.md @@ -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'; diff --git a/tools/README.md b/tools/README.md index ec8e6ad..d379349 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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).