diff options
author | Camil Staps | 2018-10-20 19:31:25 +0200 |
---|---|---|
committer | Camil Staps | 2018-10-20 19:31:25 +0200 |
commit | e52795d4db6ac7fd145921f8b3de378889836845 (patch) | |
tree | a0cb7c6936150dbaeed414550ac330f355bbdae3 | |
parent | Standardised documentation (diff) |
Update readme
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,6 @@ # CleanInotify -Clean Inotify wrapper + +[Clean][] Inotify wrapper Documentation is in `Inotify.dcl`. Example files: @@ -42,5 +43,7 @@ inotify_loop_forever :: !*(Inotify st) !*World -> *(!*Inotify st, !*World) ``` ## Copyright & license -Copyright © 2016 Camil Staps. Licensed under MIT, see LICENSE. +Copyright © 2016–present Camil Staps. +Licensed under MIT, see [LICENSE](/LICENSE). +[Clean]: http://clean.cs.ru.nl |