aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-17 18:23:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-17 18:23:49 +0300
commit2d8b5a00b6deca3c3d1915181dd7489f49f660e9 (patch)
treeb6e2896b1d5cd537316573d21fa4e5899e4b3dc1
parentadd command line options to skip prompts (diff)
downloadwindows-env-2d8b5a00b6deca3c3d1915181dd7489f49f660e9.tar.gz
windows-env-2d8b5a00b6deca3c3d1915181dd7489f49f660e9.zip
update project description
Diffstat (limited to '')
-rw-r--r--README.md8
-rw-r--r--windows-env.cabal2
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9b7cb8c..9d1ae7c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-Windows environment variables
-=============================
+Windows environment variables management
+========================================
-A collection of simple programs to manage my environmental variables, created
+A collection of simple programs to manage my environment variables, created
mainly to:
* learn a bit of Haskell,
-* make it easier to add paths to the PATH variable, automatically setup
+* make it easier to add paths to the `PATH` variable, automatically setup
`_NT_SYMBOL_PATH`, etc.
License
diff --git a/windows-env.cabal b/windows-env.cabal
index f3e29d3..4293db6 100644
--- a/windows-env.cabal
+++ b/windows-env.cabal
@@ -1,6 +1,6 @@
name: windows-env
version: 0.1.0.0
-synopsis: Windows environment variables
+synopsis: Windows environment variables management
description: Please see README.md
homepage: https://github.com/egor-tensin/windows-env
license: MIT