Skip to content

Commit

Permalink
Tried to fix MD in README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
technosophos authored and jurriaan committed Aug 3, 2010
1 parent 26c5263 commit e306a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
@@ -1,16 +1,15 @@
# PHPCompactor: A tool for compacting PHP source files

Authors: M Butcher (matt@aleph-null.tv), J Pruis (email@jurriaanpruis.nl)
Copyright 2009-2010
Licensed under an MIT-style license. See COPYING-MIT.txt

Copyright (c) 2009-2010. Licensed under an MIT-style license. See COPYING-MIT.txt

## About this package

This package provides a very simple PHP code compressor. It reads a single source file and then loads that
source, along with all of the other locally included files, into one bigger file. The larger file is
compacted by removing as much superfluous data as possible, including comments and whitespace.
This package provides a very simple PHP code compressor. It reads a single source file and then loads that source, along with all of the other locally included files, into one bigger file. The larger file is compacted by removing as much superfluous data as possible, including comments and whitespace.

## Using this tool

Usage:
php ./src/phpcompactor.php compressed_file.php source_file.php

php ./src/phpcompactor.php compressed_file.php source_file.php
Empty file modified runtests.php 100644 → 100755
Empty file.

0 comments on commit e306a19

Please sign in to comment.