diff --git a/README.md b/README.md index 0b6ea50..4c4c3c8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,27 @@ -# Lambda Soup   [![Coverage][coveralls-img]][coveralls] +

+Lambda Soup + +
+Lambda Soup +

[coveralls]: https://coveralls.io/github/aantron/lambdasoup?branch=master [coveralls-img]: https://img.shields.io/coveralls/aantron/lambdasoup/master.svg -Lambda Soup is a functional HTML scraping and manipulation library for OCaml +**Lambda Soup** is a functional HTML scraping and manipulation library for OCaml aimed at being easy to use. -![Lambda Soup usage example][sample] +

+ +

+Lambda Soup usage example + +

[sample]: https://raw.githubusercontent.com/aantron/lambdasoup/master/docs/sample.gif +

+ Lambda Soup is *simple*. It provides a set of [elementary traversals][traversals] for getting from node to node, familiar functional [combinators][combinators] such as `filter`, `map`, and `fold`, and diff --git a/docs/logo.png b/docs/logo.png new file mode 100755 index 0000000..9d361f2 Binary files /dev/null and b/docs/logo.png differ