summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/docs/opml-import.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/docs/opml-import.markdown')
-rw-r--r--vendor/fguillot/picofeed/docs/opml-import.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/fguillot/picofeed/docs/opml-import.markdown b/vendor/fguillot/picofeed/docs/opml-import.markdown
index 9f47b376a..8ce2026c3 100644
--- a/vendor/fguillot/picofeed/docs/opml-import.markdown
+++ b/vendor/fguillot/picofeed/docs/opml-import.markdown
@@ -4,7 +4,7 @@ Import OPML file
Importing a list of subscriptions is pretty straightforward:
```php
-use PicoFeed\Import;
+use PicoFeed\Serialization\Import;
$opml = file_get_contents('mySubscriptions.opml');
$import = new Import($opml);