File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,20 @@ To install via Composer, add the following lines to your
42
42
Manual install
43
43
~~~~~~~~~~~~~~
44
44
45
- To install manually, `download PHPPresentation package from
46
- github <https://github.com/PHPOffice/PHPPresentation/archive/master.zip> `__.
47
- Extract the package and put the contents to your machine. To use the
48
- library, include `` src/PhpPresentation/Autoloader.php `` in your script and
49
- invoke `` Autoloader::register `` .
45
+ To install manually, `download PHPOffice \ P HPPresentation package from
46
+ GitHub <https://github.com/PHPOffice/PHPPresentation/archive/master.zip> `__
47
+ and ` download PHPOffice \C ommon package from
48
+ GitHub <https://github.com/PHPOffice/Common/archive/master.zip> `__.
49
+ Extract the package and put the contents to your machine .
50
50
51
51
.. code-block :: php
52
52
53
- require_once '/ path/to/src/PhpPresentation/Autoloader.php';
53
+ require_once 'path/to/PhpPresentation /src/PhpPresentation/Autoloader.php';
54
54
\PhpOffice\PhpPresentation\Autoloader::register();
55
55
56
+ require_once 'path/to/PhpOffice/Common/src/Common/Autoloader.php';
57
+ \PhpOffice\Common\Autoloader::register();
58
+
56
59
Using samples
57
60
-------------
58
61
You can’t perform that action at this time.
0 commit comments