Skip to content

Commit 7aeeffe

Browse files
committed
docs: remove poor wording
1 parent 03dc88e commit 7aeeffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ Different value types are escaped differently, here is how:
7979
to insert them as values will trigger MySQL errors until they implement
8080
support.
8181

82-
If you paid attention, you may have noticed that this escaping allows you
83-
to do neat things like this:
82+
You may have noticed that this escaping allows you to do neat things like this:
8483

8584
```js
8685
var post = {id: 1, title: 'Hello MySQL'};

0 commit comments

Comments
 (0)