diff --git a/Home.md b/Home.md index 5fecca2..3c18115 100644 --- a/Home.md +++ b/Home.md @@ -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. \ No newline at end of file +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. \ No newline at end of file