summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/com_dotnet/README')
-rw-r--r--ext/com_dotnet/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/com_dotnet/README b/ext/com_dotnet/README
index 0d9db40d98..6cf14c0bea 100644
--- a/ext/com_dotnet/README
+++ b/ext/com_dotnet/README
@@ -55,12 +55,12 @@ Sample Script:
<?php
$word = new COM("word.application");
-print "Loaded Word, version {$word->Version}\n";
-$word->Visible = 1;
-$word->Documents->Add();
-$word->Selection->TypeText("This is a test...");
-$word->Documents[1]->SaveAs("Useless test.doc");
-$word->Quit();
+print "Loaded Word, version {$word->Version}\n";
+$word->Visible = 1;
+$word->Documents->Add();
+$word->Selection->TypeText("This is a test...");
+$word->Documents[1]->SaveAs("Useless test.doc");
+$word->Quit();
?>
TODO: