Skip to content

Commit

Permalink
Merge pull request #7 from neysofu/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo.
  • Loading branch information
tiborsimon committed Jul 10, 2016
2 parents e1d0da9 + d251195 commit eaa98fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![license](https://img.shields.io/github/license/tiborsimon/projects.svg?maxAge=2592000)](https://github.com/tiborsimon/projects#license)
[![PyPI](https://img.shields.io/pypi/dm/projects.svg?maxAge=2592000)](https://pypi.python.org/pypi?name=projects&:action=display)

__projects__ is an easy to use project navigation tool and a _Makefile-like_ scripting engine. It's main purpose is to provide a simpler scripting interface with a built in man page generator. You can define your commands with inline documentation in __Projectfiles__. You can have one __Projectfile__ in every directory inside your project, __projects__ will process them recursively.
__projects__ is an easy to use project navigation tool and a _Makefile-like_ scripting engine. Its main purpose is to provide a simpler scripting interface with a built in man page generator. You can define your commands with inline documentation in __Projectfiles__. You can have one __Projectfile__ in every directory inside your project, __projects__ will process them recursively.

__projects__ works on every UNIX system with Python 2.7+ or 3.x installed.

Expand Down

0 comments on commit eaa98fe

Please sign in to comment.