Skip to content

Commit

Permalink
Update tagline to match website
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Firshman <[email protected]>
  • Loading branch information
bfirsh committed Oct 22, 2014
1 parent 6580c56 commit 75b3dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fig/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def parse_doc_section(name, source):


class TopLevelCommand(Command):
"""Punctual, lightweight development environments using Docker.
"""Fast, isolated development environments using Docker.
Usage:
fig [options] [COMMAND] [ARGS...]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def find_version(*file_paths):
setup(
name='fig',
version=find_version("fig", "__init__.py"),
description='Punctual, lightweight development environments using Docker',
description='Fast, isolated development environments using Docker',
url='http://www.fig.sh/',
author='Docker, Inc.',
license='Apache License 2.0',
Expand Down

0 comments on commit 75b3dcf

Please sign in to comment.