Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
182 stars 54 forks source link

Typo in wiki #15

Closed Verx1713 closed 2 years ago

Verx1713 commented 2 years ago

Typo location

Page: 3. Profiles & Users Section: Below "The Profiles struct has three main methods" sentence, in code block third line

Typo

user, err := insta.Profile.ByName("f1")

Correction

user, err := insta.Profiles.ByName("f1")

Davincible commented 2 years ago

Thanks for reporting, will change it soon

Davincible commented 2 years ago

Changed