mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Include note about cloning from trunk
This commit is contained in:
parent
9ebb95c69d
commit
b4472d6d35
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ Gamedig.query(
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Is NPM out of date? If you're feeling lucky, you can install the latest code with
|
||||||
|
> ```shell
|
||||||
|
> npm install "git+https://github.com/sonicsnes/node-gamedig.git"
|
||||||
|
> ```
|
||||||
|
|
||||||
### Input Parameters
|
### Input Parameters
|
||||||
|
|
||||||
* **type**: One of the game IDs listed in the game list below
|
* **type**: One of the game IDs listed in the game list below
|
||||||
|
|
Loading…
Reference in a new issue