diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:13:32 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:13:32 +0200 |
commit | 68387c18bcedce0a4a4295ff995c8fba361660dd (patch) | |
tree | 8b8cf92cb84d3f2555963e8c435505f200f5bed2 /README.org | |
parent | README update (diff) | |
download | go2work-68387c18bcedce0a4a4295ff995c8fba361660dd.tar.gz go2work-68387c18bcedce0a4a4295ff995c8fba361660dd.tar.bz2 go2work-68387c18bcedce0a4a4295ff995c8fba361660dd.tar.xz go2work-68387c18bcedce0a4a4295ff995c8fba361660dd.tar.zst go2work-68387c18bcedce0a4a4295ff995c8fba361660dd.zip |
README update again
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,7 +66,7 @@ When planning to wake up at 06:30 A.M. use: #+BEGIN_SRC shell go2work 06:30 #+END_SRC -or this will work as well. +or this will work as well: #+BEGIN_SRC shell go2work 6:30 #+END_SRC @@ -79,11 +79,11 @@ you can format the time as: #+BEGIN_SRC shell go2work 10:00 #+END_SRC -or: +or this is valid too: #+BEGIN_SRC shell go2work 10: #+END_SRC -But +However, this: #+BEGIN_SRC shell go2work 10 #+END_SRC |