Skip to content

Commit 3d99ee6

Browse files
docs cleanups
1 parent bcb3eaa commit 3d99ee6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/_coverpage.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Instafeed.js <small>2.0.0</small>
22

3-
> A simple Instagram JS plugin for your website.
3+
> A simple Instagram JS plugin for your website
44
5-
- Powered by the [Instagram API](https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login)
65
- Lightweight (12KB minified), with 0 dependencies
76
- Easily customizable with templating support
87
- Maintained and supported since 2012

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Installation
22

3-
Setting up Instafeed is pretty straight-forward - there are 3 main steps.
3+
Setting up Instafeed.js is pretty straight-forward - there are 3 main steps.
44

55
1. Create a Facebook app linked to a Professional Instagram Account, and add yourself as a test user. See [steps 1-6 of the official documentation](https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login/create-a-meta-app-with-instagram)
66
2. Create an access token and provide it to an Instagram Token service. See [Managing User Tokens](tokens).
7-
3. Add the instafeed.js script to your web page and provide some simple options. See [Usage](usage)
7+
3. Add the instafeed.js script to your web page and provide some simple options. See [Usage](usage).
88

99
Instafeed.js is compatible with all of the following loading mechanisms:
1010

docs/tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These long-lived access tokens did come with a caveat, which is that it would re
2222
[Instatoken Refreshers](https://github.com/jasper-clarke/instatoken-refreshers) is a collection of tools that can be used to manage your Instagram access tokens.
2323

2424
1. [instatokend](#instatokend)
25-
2. instatoken-ga
25+
2. [instatoken-ga](#instatoken-ga)
2626

2727
### instatokend
2828

0 commit comments

Comments
 (0)