Updated Home (markdown)

DoctorMcKay
2014-12-17 01:07:04 -08:00
parent 7aa6d14567
commit 4da4258dc8

@@ -14,4 +14,7 @@ var sid = new SteamID('[U:1:46143802]');
console.log(sid.toString()); // 76561198006409530
```
This `SteamID` class is [`node-steamid`](https://github.com/DoctorMcKay/node-steamid/tree/v0.1.2). You should use the `SteamID` available through `node-steamcommunity` instead of requiring `node-steamid` yourself since there may be version mismatches.
This `SteamID` class is [`node-steamid`](https://github.com/DoctorMcKay/node-steamid/tree/v0.1.2). You should use the `SteamID` available through `node-steamcommunity` instead of requiring `node-steamid` yourself since there may be version mismatches.
# API Documentation
See the [SteamCommunity](https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity) page to start down the rabbit hole of documentation.