From 4da4258dc824ae007d26338545470aa0ee5bea58 Mon Sep 17 00:00:00 2001 From: DoctorMcKay Date: Wed, 17 Dec 2014 01:07:04 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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