You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,12 @@ result.posts # will include all returned posts
40
40
41
41
The `twingly-search` gem talks to a commercial blog search API and requires an API key. Best practice is to set the `TWINGLY_SEARCH_KEY` environment variable to the obtained key. `Twingly::Search::Client` can be passed a key at initialization if your setup does not allow environment variables.
42
42
43
-
Example code can be found in [examples/](examples/).
43
+
To learn more about the features of this gem, read the [gem documentation] or check out the example code that can be found in [examples/](examples/).
44
44
45
-
To learn more about the capabilities of the API, please read the [Twingly Search API documentation](https://developer.twingly.com/resources/search/).
45
+
To learn more about the capabilities of the API, please read the [Twingly Search API documentation].
0 commit comments