`zstd -D dictionaryName --decompress FILE.zst`
+### A rich API set :
+
+Zstandard API is designed with learning curve in mind.
+At the top, you'll find simple methods, using trivial arguments and behavior.
+Then, at each new paragraph, the API introduces new concepts and parameters,
+giving gradually more control for advanced usages.
+
+You can learn more about Zstandard API by reading [its documentation](http://facebook.github.io/zstd/zstd_manual.html).
+
<br/>
<a name="other-languages"></a>
## Bindings for other languages