We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a726b commit 56993b6Copy full SHA for 56993b6
README.md
@@ -41,7 +41,7 @@ php composer.phar require nilportugues/sql-query-formatter
41
Sample code:
42
```php
43
<?php
44
-use NilPortugues\SqlQueryFormatter\Formatter;
+use NilPortugues\Sql\QueryFormatter\Formatter;
45
46
$query = <<<SQL
47
SELECT user.user_id, user.username, (SELECT
@@ -121,7 +121,7 @@ I would like to thank the following people:
121
SQL Query Formatter is licensed under the MIT license.
122
123
```
124
-Copyright (c) 2014 Nil Portugués Calderó
+Copyright (c) 2015 Nil Portugués Calderó
125
126
Permission is hereby granted, free of charge, to any person obtaining a copy
127
of this software and associated documentation files (the "Software"), to deal
0 commit comments