From 2d8b5a00b6deca3c3d1915181dd7489f49f660e9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 17 Jul 2016 18:23:49 +0300 Subject: update project description --- README.md | 8 ++++---- windows-env.cabal | 2 +- 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 -- cgit v1.2.3