Skip to content

Commit 7a383d8

Browse files
committed
Updated readme.
1 parent 664dc6d commit 7a383d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@
55
[![Documentation Status](https://readthedocs.org/projects/libmodule/badge/?version=latest)](http://libmodule.readthedocs.io/en/latest/?badge=latest)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8-
Libmodule is a C library targeting linux aiming to let developers easily create modular C projects in a way which is both simple and elegant.
9-
You will write less code, focusing on what really matters.
10-
11-
**Please note that libmodule actually builds and works on macOS and BSD too, and probably other.** See [Portability](https://github.com/FedeDP/libmodule#is-it-portable).
12-
138
## What is this?
149

15-
Libmodule offers a small and simple implementation of an actor library.
10+
Libmodule offers a small and simple C implementation of an actor library that aims to let developers easily create modular C projects in a way which is both simple and elegant.
1611
Indeed, libmodule was heavily inspired by my own actor library experience with [akka](https://akka.io/) for its API.
1712

1813
## What is a module, anyway?
@@ -81,3 +76,8 @@ Libmodule will install a pkg-config script too: use it to link libmodule in your
8176
Please note that in order to test examples, there is no need to install the library.
8277

8378
For Archlinux users, Libmodule is available on [AUR](https://aur.archlinux.org/packages/libmodule/).
79+
80+
## License
81+
Libmodule is made available with a MIT license to encourage people to actually try it out and maybe use it inside their project, no matter if open or closed source.
82+
83+
*Are you using libmodule in your project? Please let me know and I will gladly list it here.*

0 commit comments

Comments
 (0)