Skip to content

Commit f533bd1

Browse files
authored
Update README.md
Some changes to the README
1 parent 486cd6c commit f533bd1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Here a few things to keep in mind:
1515
* The charset is up to you. No special binding to UTF8, although UTF8 is the default.
1616
* You're allowed to nest most queries to build big and powerful queries.
1717
* The order of method-calls of each statement-builder is irrelevant. The resulting query will always render the right order.
18-
* No animals were harmed due to the production of this library.
19-
* The order of method-calls doesn't matter.
2018

2119
## Some simplified examples
2220

@@ -28,7 +26,7 @@ Here a few things to keep in mind:
2826
* [Update](doc/update.md)
2927
* [Delete](doc/delete.md)
3028
* [Nested transactions](doc/nested-transactions.md)
31-
* [Virtual tables](doc/virtual-tables.md)
29+
* [Virtual/alias tables](doc/virtual-tables.md)
3230

3331
## Some extended examples
3432

0 commit comments

Comments
 (0)