Skip to content

Commit 47a2a7e

Browse files
authored
fix plugin name
1 parent 3ef9baf commit 47a2a7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Pico Page Output
1+
# Pico Output
22

33
Output the page content or data as raw, html, json or xml with `?output` in [Pico CMS](http://picocms.org).
44

55
## Installation
66

7-
Copy `PicoPageOutput.php` to the `plugins/` directory of your Pico Project.
7+
Copy `PicoOutput.php` to the `plugins/` directory of your Pico Project.
88

99
## Usage
1010

1111
Enable the plugin and the output formats in Pico `config.php`.
1212

1313
```php
14-
$config['PicoPageOutput.enabled'] = true; // by default
15-
$config['PicoPageOutput.enabledFormats'] = array('content', 'prepared');
14+
$config['PicoOutput.enabled'] = true; // by default
15+
$config['PicoOutput.enabledFormats'] = array('content', 'prepared');
1616
```
1717

1818
Then add `?output=format` to any url.

0 commit comments

Comments
 (0)