Skip to content

Commit

Permalink
Try logo
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 18, 2024
1 parent eda4c91 commit 9d479ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Lambda Soup   [![Coverage][coveralls-img]][coveralls]
<h1 align="center">
<img alt="Lambda Soup" src="https://raw.githubusercontent.com/aantron/lambdasoup/logo/docs/logo.png" width="300">
</img>
<br>
Lambda Soup
</h1>

<br><br>

[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
aimed at being easy to use.

![Lambda Soup usage example][sample]
<br><br>

<p align="center">
<img alt="Lambda Soup usage example" src="https://raw.githubusercontent.com/aantron/lambdasoup/master/docs/sample.gif">
</img>
</p>

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

<br><br>

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
Expand Down
Binary file added docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d479ba

Please sign in to comment.