Skip to content

Commit 56993b6

Browse files
committed
Update README.md
1 parent b2a726b commit 56993b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ php composer.phar require nilportugues/sql-query-formatter
4141
Sample code:
4242
```php
4343
<?php
44-
use NilPortugues\SqlQueryFormatter\Formatter;
44+
use NilPortugues\Sql\QueryFormatter\Formatter;
4545

4646
$query = <<<SQL
4747
SELECT user.user_id, user.username, (SELECT
@@ -121,7 +121,7 @@ I would like to thank the following people:
121121
SQL Query Formatter is licensed under the MIT license.
122122

123123
```
124-
Copyright (c) 2014 Nil Portugués Calderó
124+
Copyright (c) 2015 Nil Portugués Calderó
125125
126126
Permission is hereby granted, free of charge, to any person obtaining a copy
127127
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)