Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 01ff825

Browse files
committed
Update README.md
1 parent 6d4fcf3 commit 01ff825

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,27 @@
88
- `Zend\Text\Figlet` that enables developers to create a so called FIGlet text.
99
A FIGlet text is a string, which is represented as ASCII art. FIGlets use a
1010
special font format, called FLT (FigLet Font). By default, one standard font is
11-
shipped with `Zend\Text\Figlet`, but you can download additional fonts [here]( http://www.figlet.org)
11+
shipped with `Zend\Text\Figlet`, but you can download additional fonts [here](http://www.figlet.org)
1212
- `Zend\Text\Table` to create text based tables on the fly with different
1313
decorators. This can be helpful, if you either want to send structured data in
1414
text emails, which are used to have mono-spaced fonts, or to display table
1515
information in a CLI application. `Zend\Text\Table` supports multi-line
1616
columns, colspan and align as well.
1717

18+
## Installation
1819

19-
- File issues at https://github.com/zendframework/zend-text/issues
20-
- Documentation is at https://docs.zendframework.com/zend-text/
20+
Run the following to install this library:
21+
22+
```bash
23+
$ composer require zendframework/zend-text
24+
```
25+
26+
## Documentation
27+
28+
Browse the documentation online at https://docs.zendframework.com/zend-text/
29+
30+
## Support
31+
32+
* [Issues](https://github.com/zendframework/zend-text/issues/)
33+
* [Chat](https://zendframework-slack.herokuapp.com/)
34+
* [Forum](https://discourse.zendframework.com/)

0 commit comments

Comments
 (0)