From 616ce1bb94328b64dfa44050f491462949c385b5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Jul 2016 02:15:14 +0300 Subject: README update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6fc8025..00d62c4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -Windows environment variables management -======================================== +Windows environment variables +============================= -A collection of simple programs to manage my environment variables, created -mainly to: +A collection of simple programs to manage environment variables on Windows, +created mainly to: * learn a bit of Haskell, * make it easier to add paths to the `PATH` variable, automatically setup @@ -34,7 +34,7 @@ The complete list of utilities is given below. * [unset_env](#unset_env) — Unset environment variable. Pass the `--help` flag to a utility to examine its detailed usage information. -Some usage examples are given below. +Some examples are given below. ### list_path @@ -78,7 +78,7 @@ confirmation prompt: ### set_env -To assign `bar` to the variable `foo` for all users: +Assign `bar` to the variable `foo` for all users: ``` > set_env -g foo bar @@ -91,7 +91,7 @@ Continue? (y/n) y ### unset_env -To unset the variable `foo` for current user, skipping the confirmation prompt: +Unset the variable `foo` for current user, skipping the confirmation prompt: ``` > unset_env --yes foo -- cgit v1.2.3