diff --git a/FAQ.mediawiki b/FAQ.mediawiki index 4e5aa5a..a067047 100644 --- a/FAQ.mediawiki +++ b/FAQ.mediawiki @@ -22,6 +22,9 @@ You need *commentStyle* `"None"`. See [https://github.com/open-source-parsers/js == How can I query a webpage that returns JSON and parse the results? == [https://gist.github.com/connormanning/41efa6075515019e499c Here] is a code sample using [http://curl.haxx.se/libcurl/ libcurl] for HTTP functionality. +== Where can I find prebuilt binaries? == +See issue #236. + = Project = == Where are the API docs? == In a separate repo, to minimize the size of the code repo.