Skip to content

Commit

Permalink
Small fixes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 18, 2018
1 parent d30993b commit fbb3ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3526dd92b6d84370b072bfadfc7da632)](https://www.codacy.com/app/FedeDP/libmodule?utm_source=github.com&utm_medium=referral&utm_content=FedeDP/libmodule&utm_campaign=Badge_Grade)
[![Documentation Status](https://readthedocs.org/projects/libmodule/badge/?version=latest)](http://libmodule.readthedocs.io/en/latest/?badge=latest)

Libmodule aims to let developers easily create modular C projects in a way that is both simple and elegant.
Libmodule aims to let developers easily create modular C projects in a way which is both simple and elegant.
You will write less code, focusing on what you really need.

## Is this an event loop or an actor lib?
Expand All @@ -17,7 +17,7 @@ Indeed, libmodule was heavily inspired by my own actor library experience with [
## Is it portable?

No, it is not.
It uses epoll, that is linux specific.
It uses epoll, which is linux specific.
Moreover it heavily relies upon gcc attributes that may or may not be available for your compiler.
It is tested with both gcc and clang through [travis](https://travis-ci.org/FedeDP/libmodule).
I may consider and welcome any patch to support other platforms though.
Expand Down

0 comments on commit fbb3ffd

Please sign in to comment.