summaryrefslogtreecommitdiffstats
path: root/examples/writing.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/writing.php')
-rw-r--r--examples/writing.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/writing.php b/examples/writing.php
index 948008a..811b8f7 100644
--- a/examples/writing.php
+++ b/examples/writing.php
@@ -1,6 +1,6 @@
<?php
-use Bakame\Csv\Writer;
+use League\Csv\Writer;
require '../vendor/autoload.php';
@@ -27,7 +27,7 @@ $writer->insertAll($teams);
<html lang="fr">
<head>
<meta charset="<?=$writer->getEncoding()?>">
- <title>Using the \Bakame\Writer object</title>
+ <title>Using the \League\Writer object</title>
<link rel="stylesheet" href="example.css">
</head>
<body>