From b9bc0790f63795f847b06661c527b227ac59b554 Mon Sep 17 00:00:00 2001 From: kesslern Date: Thu, 22 Mar 2018 21:17:23 -0400 Subject: [PATCH] Fix minor readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69c0888..275b9f5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A small, portable program intended for templating dotfiles across multiple systems. ## Purpose -Many developers store their dotfiles in git repositories, allowing them to share their dotfiles across multiple computers. When one system requires a slight change in configuration, a branch is created for those differences. Any furcher changes intended for the main branch must be merged without bringing in branch-specific changes . This becomes more complicated when multiple features are involved. Different configuration may be required to show battery indicators on portable systems, use larger fonts on HiDPI systems, show Wifi indicators where necessary, or change other values depending on operating system. `dot-templater` intends to solve these problems. +Many developers store their dotfiles in git repositories, allowing them to share their dotfiles across multiple computers. When one system requires a slight change in configuration, a branch is created for those differences. Any furcher changes intended for the main branch must be merged without bringing in branch-specific changes . This becomes more complicated when multiple features are involved. Different configuration may be required to show battery indicators on portable systems, use larger fonts on HiDPI systems, show Wifi indicators where necessary, or change other values depending on operating system. dot-templater intends to solve these problems. ## Features * Make string substitutions in files according to configuration files. @@ -76,4 +76,4 @@ Code is formatted with `make format`. `make test` copies the files in `test/dotfiles` to `test/dest` according to `test/rules` and compares with `test/expected`. The executable is analyzed with valgrind to prevent memory leaks. Valgrind must report "no leaks possible". ## License - [MIT](LICENSE). +[MIT](LICENSE)