From 0d47614282dc212b76c1839d592c1512aea733b3 Mon Sep 17 00:00:00 2001 From: dtluna Date: Tue, 26 Mar 2019 13:37:48 +0300 Subject: [PATCH] Use tables in README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a63ff76..a87a831 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ The plan is to implement all the utilities from the [sbase list](https://git.suckless.org/sbase/file/README.html) with some additions -Implemeted utilities: +Utilities list: - * `true` - * `false` - * `yes` - * `dirname` - * `basename` - * `echo` - * `printenv` +| Utility | Implemented | +| ------- | ----------- | +| `true` | [x] | +| `false` | [x] | +| `yes` | [x] | +| `dirname` | [x] | +| `basename` | [x] | +| `echo` | [x] | +| `printenv` | [x] |