You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ What objection.js **doesn't** give you:
45
45
to you. knex has a great [migration tool](http://knexjs.org/#Migrations) that we recommend for this job. Check
46
46
out the [example project](https://github.com/Vincit/objection.js/tree/master/examples/express-es6).
47
47
48
-
Objection.js uses Promises and coding practices that make it ready for the future. We use Well known
49
-
[OOP](https://en.wikipedia.org/wiki/Object-oriented_programming) techniques and ES2015 classes and inheritance
48
+
Objection.js uses Promises and coding practices that make it ready for the future. We use well known
49
+
[OOP](https://en.wikipedia.org/wiki/Object-oriented_programming) techniques, ES2015 classes, and inheritance
50
50
in the codebase. You can use things like [async/await](http://jakearchibald.com/2014/es7-async-functions/)
51
51
using node ">=7.6.0" or alternatively with a transpiler such as [Babel](https://babeljs.io/). Check out our [ES2015](https://github.com/Vincit/objection.js/tree/master/examples/express-es6)
52
52
and [ESNext](https://github.com/Vincit/objection.js/tree/master/examples/express-es7) example projects.
0 commit comments