@garysheng
Noticed some outdated examples in docs
Ex: https://docs.neynar.com/docs/how-to-get-cast-information-from-warpcast-url
the working way to instantiate a NeynarAPIClient is
new NeynarAPIClient({ apiKey: <insert api key>})
but docs say
new NeynarAPIClient(<insert api key>)
Best way to suggest edits?