Skip to content

Commit 15dccd2

Browse files
committed
#12 : Add Readme & Changelog
1 parent 0915388 commit 15dccd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License](https://poser.pugx.org/phpoffice/phpproject/license.png)](https://packagist.org/packages/phpoffice/phpproject)
99

1010

11-
PHPProject is a library written in pure PHP that provides a set of classes to write to different project management file formats, i.e. Microsoft [MSProjectExchange](http://support.microsoft.com/kb/270139) (MPX) or OASIS [GanttProject](http://www.ganttproject.biz) (GAN).
11+
PHPProject is a library written in pure PHP that provides a set of classes to write to different project management file formats, i.e. Microsoft [MSProjectExchange](http://support.microsoft.com/kb/270139) (MPX) or [GanttProject](http://www.ganttproject.biz) (GAN).
1212
PHPProject is an open source project licensed under the terms of [LGPL version 3](https://github.com/PHPOffice/PHPProject/blob/develop/COPYING.LESSER). PHPProject is aimed to be a high quality software product by incorporating [continuous integration](https://travis-ci.org/PHPOffice/PHPProject) and [unit testing](http://phpoffice.github.io/PHPProject/coverage/develop/). You can learn more about PHPProject by reading the [Developers' Documentation](http://phpproject.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPProject/docs/develop/).
1313

1414
Read more about PHPProject:
@@ -37,7 +37,6 @@ PHPProject requires the following:
3737

3838
- PHP 5.3+
3939
- [XML Parser extension](http://www.php.net/manual/en/xml.installation.php)
40-
- [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php) (optional, used to write DOCX and ODT)
4140

4241
### Installation
4342

@@ -56,7 +55,7 @@ Alternatively, you can download the latest release from the [releases page](http
5655
In this case, you will have to register the autoloader. Register autoloading is required only if you do not use composer in your project.
5756

5857
```php
59-
require_once 'path/to/PhpPowerpoint/src/PhpProject/Autoloader.php';
58+
require_once 'path/to/PhpProject/src/PhpProject/Autoloader.php';
6059
\PhpOffice\PhpProject\Autoloader::register();
6160
```
6261

0 commit comments

Comments
 (0)