Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kuragin committed Dec 9, 2015
1 parent 0d40459 commit f0df42e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ C++ library for api.ai
* [Overview](#overview)
* [Prerequisites](#prerequisites)
* [Building and Installing](#buildingandinstalling)
* [Examples](#examples)
* [Third Party Libraries](#thirdpartylibraries)

## <a name="overview"></a>Overview
Expand Down Expand Up @@ -52,6 +53,9 @@ In your CMakeLists.txt add
add_subdirectory(libapiai)
```

## <a name="examples"></a>Examples
Your can see [examples](examples) for more information about how to use library.

## <a name="thirdpartylibraries"></a>Third Party Libraries
* cjson (http://sourceforge.net/projects/cjson/)
* libcurl (http://libcurl.org/)

0 comments on commit f0df42e

Please sign in to comment.