diff options
author | Andinus <andinus@nand.sh> | 2020-05-29 10:57:45 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-29 10:57:45 +0530 |
commit | 4ae42289c9615ecdb8ebc4889d35a79f566ba428 (patch) | |
tree | eebb8e7a142e1bf8c010cb9e2b336449f3ef0ec7 | |
parent | dfb270cb7037b26252590639e9ce8e9f98fb27dd (diff) | |
download | ara-4ae42289c9615ecdb8ebc4889d35a79f566ba428.tar.gz |
Add example output to README
-rw-r--r-- | README.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org index 7b4363e..36f4e85 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,6 @@ #+HTML_HEAD: <link rel="stylesheet" href="../static/style.css"> #+HTML_HEAD: <link rel="icon" href="../static/favicon.png" type="image/png"> +#+OPTIONS: toc:nil #+EXPORT_FILE_NAME: index #+TITLE: Ara @@ -21,3 +22,12 @@ only prints India's Covid stats. *Note*: Ara has /OpenBSD/ specific code, remove =OpenBSD::Unveil= to run on other systems. + +* Example +Running =ara= on 2020-05-29: +#+BEGIN_SRC +confirmed: 165729 +recovered: 70920 +active: 90087 +deaths: 4711 +#+END_SRC |