From 427dbe9890c9c25cee1bef5a25a0e55453309dd7 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 25 Oct 2016 16:22:14 -0400 Subject: [PATCH] changed line ref # --- library.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.js b/library.js index 9626d00..4de7467 100644 --- a/library.js +++ b/library.js @@ -11,7 +11,7 @@ Step 2: Give it a whirl. If you see the congrats message, you're doing well so far! Step 3: Customise the `parseUserReturn` method to normalise your user route's data return into - a format accepted by NodeBB. Instructions are provided there. (Line 137) + a format accepted by NodeBB. Instructions are provided there. (Line 146) Step 4: If all goes well, you'll be able to login/register via your OAuth endpoint credentials. */ @@ -245,4 +245,4 @@ }; module.exports = OAuth; -}(module)); \ No newline at end of file +}(module));