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

Commit 09e1113

Browse files
committed
Update README.md
1 parent 28bd303 commit 09e1113

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
# zend-view
22

33
[![Build Status](https://secure.travis-ci.org/zendframework/zend-view.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-view)
4-
[![Coverage Status](https://coveralls.io/repos/zendframework/zend-view/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-view?branch=master)
4+
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-view/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-view?branch=master)
55

66
zend-view provides the “View” layer of the Zend Framework MVC system. It is a
77
multi-tiered system allowing a variety of mechanisms for extension,
88
substitution, and more.
99

10-
- File issues at https://github.com/zendframework/zend-view/issues
11-
- Documentation is at https://zendframework.github.io/zend-view/
10+
## Installation
11+
12+
Run the following to install this library:
13+
14+
```bash
15+
$ composer require zendframework/zend-view
16+
```
17+
18+
## Documentation
19+
20+
Browse the documentation online at https://docs.zendframework.com/zend-view/
21+
22+
## Support
23+
24+
* [Issues](https://github.com/zendframework/zend-view/issues/)
25+
* [Chat](https://zendframework-slack.herokuapp.com/)
26+
* [Forum](https://discourse.zendframework.com/)

0 commit comments

Comments
 (0)