1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 07:37:27 +02:00

[BridgeAbstract] Fix typos

LogMANOriginal
2016-09-09 19:10:58 +02:00
parent 78340ae29e
commit 8606deb452

@@ -26,8 +26,8 @@ Find a description of `const PARAMETERS` [below](#parameters)
The default values are :
```PHP
const NAME = "Unnamed bridge";
const URI = "";
const NAME = 'Unnamed bridge';
const URI = '';
const DESCRIPTION = 'No description provided';
const MAINTAINER = 'No maintainer';
const PARAMETERS = array();