diff README.md @ 1037:8f8ce47aba8a

make: switch to GNU make
author David Demelier <markand@malikania.fr>
date Tue, 27 Apr 2021 09:22:16 +0200
parents 3ea3361f0fc7
children a09d4c9b8518
line wrap: on
line diff
--- a/README.md	Mon Apr 12 11:16:18 2021 +0200
+++ b/README.md	Tue Apr 27 09:22:16 2021 +0200
@@ -1,27 +1,25 @@
 IRC Client Daemon
 =================
 
-IRC Client Daemon aka irccd is a full featured IRC bot written in C++17. It runs
-as a daemon waiting for events. It's also possible to connect to more than one
+IRC Client Daemon aka irccd is a full featured IRC bot written in C. It runs as
+a daemon waiting for events. It's also possible to connect to more than one
 server.
 
-Irccd is also able to use optional JavaScript plugins to do specific actions on
+Irccd is also able to use optional Javascript plugins to do specific actions on
 these events.
 
-Irccd is also controllable via internet and unix sockets, this let you use irccd
-as a message relayer and such.
+Irccd is also controllable via unix sockets allowing you use irccd as a message
+relayer and such.
 
 Features
 --------
 
-  - Can use JavaScript to create plugins,
-  - Can connect to multiple servers,
-  - Support multiple identities,
-  - Can be controlled by sockets and irccdctl,
-  - Runs on Linux, Windows and \*BSD,
-  - Extremely well documented,
-  - Clean and powerful JavaScript API,
-  - Very fast and light.
+- Can use Javascript to create plugins,
+- Can connect to multiple servers,
+- Can be controlled by sockets and irccdctl,
+- Extremely well documented,
+- Clean and powerful Javascript API,
+- Very fast and light.
 
 Documentation
 -------------