Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a typo. #7

Merged
merged 1 commit into from
Jul 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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