From a59a098b69e34ed1be2474202b4da7a76d0cf3dd Mon Sep 17 00:00:00 2001 From: David Brouwer Date: Wed, 18 Aug 2021 15:14:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2585dfb..d4fb55d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ the code in the repository was based on a 2 year old instagram app version, since which a lot has changed, I have taken the courtesy to bulid upon his great framework and update the code to be compatible with apk v195.0.0.31.123 (July 6, 2021). After migrating the endpoints and adding new ones, there are -are few breaking chnages. You can check the full walkthrough documentation in +are few breaking changes. You can check the full walkthrough documentation in the [wiki](https://github.com/Davincible/goinsta/wiki). #### Golang + Instagram Private API @@ -59,6 +59,8 @@ func main() { } ``` +For the full documentation, check the [wiki](https://github.com/Davincible/goinsta/wiki), or run `go doc -all`. + ### Legal This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk.