1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

[ScribdBridge] Update example profile URL value (#2578)

This commit is contained in:
Joseph
2022-03-31 13:58:23 +00:00
committed by GitHub
parent d6b431a34b
commit 7280ed7df7

View File

@@ -10,7 +10,7 @@ class ScribdBridge extends BridgeAbstract {
'type' => 'text',
'required' => true,
'title' => 'Profile URL. Example: https://www.scribd.com/user/164147088/Ars-Technica',
'exampleValue' => 'https://www.scribd.com/user/'
'exampleValue' => 'https://www.scribd.com/user/164147088/Ars-Technica'
),
));