From 73f4570e8afb6c6327ba66be20c6ca2a5574439d Mon Sep 17 00:00:00 2001 From: "i.j" Date: Mon, 31 Jan 2022 18:13:11 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61a0397..397a8dc 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,15 @@ and add the following structure in your html page: ``` -Then you just need to change the profile info. -At the beginning of the JS file *mastodon-timeline.js* replace the following values: +Now you have a Mastodon timeline running in your page. + +The next step will be to setup the timeline with your account info. +For that, edit the the JS file *mastodon-timeline.js* and at the beginning replace the following values: ``` - instance_uri: 'The Mastodon instance', - user_id: 'Your user ID on Mastodon instance', - profile_name: 'Your user name on Mastodon instance', + instance_uri: 'Your Mastodon instance', + user_id: 'Your user ID on Mastodon instance', + profile_name: 'Your user name on Mastodon instance', ``` If you don't find your user_id, just copy your @profile_name and @instance_uri here: