diff options
author | Sacha Chua <sacha@sachachua.com> | 2020-11-10 22:52:21 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2020-11-10 22:52:21 -0500 |
commit | 2a74a9097bd4ddf0c2093a562f69e4c4f19af980 (patch) | |
tree | 8433f32cdf974dc35ee984945e7b5602d2e79b31 /2020 | |
parent | cc3083726777f6e3736016a6f20bbc8b27646f40 (diff) | |
download | emacsconf-wiki-2a74a9097bd4ddf0c2093a562f69e4c4f19af980.tar.xz emacsconf-wiki-2a74a9097bd4ddf0c2093a562f69e4c4f19af980.zip |
Minor tweaks to README-Driven Design description
Diffstat (limited to '2020')
-rw-r--r-- | 2020/info/14.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/2020/info/14.md b/2020/info/14.md index 47fc8570..20ce1a89 100644 --- a/2020/info/14.md +++ b/2020/info/14.md @@ -1,11 +1,10 @@ # README-Driven Design Adam Ard -Many source code projects these days begin with a README file. While most -people use markdown, if you use org-mode you can use literate programming -to generate all of your source code directly from the documentation. - -This strategy is a great way to keep your documentation from getting -outdated, and it allows you to use all the other wonderful features of -org-mode. Watch "README-Driven Design" to see exactly how to make your -README file a powerful literate document. +Many source code projects these days begin with a README file. While +most people use markdown, if you use org-mode, you can use literate +programming to generate all of your source code directly from the +documentation. This strategy is a great way to keep your documentation +from getting outdated, and it allows you to use all the other +wonderful features of org-mode. Watch "README-Driven Design" to see +exactly how to make your README file a powerful literate document. |