Skip to content

Commit 93f77c4

Browse files
authored
Fixes typo
1 parent dd19645 commit 93f77c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ List of packages needed for development.
7373
* [`Sequelize`](https://www.npmjs.com/package/sequelize) - Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server.
7474

7575
### Development
76-
* [`Lodash](https://www.npmjs.com/package/lodash) - Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.
76+
* [`Lodash`](https://www.npmjs.com/package/lodash) - Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.
7777
* [`Underscore`](https://www.npmjs.com/package/underscore) - Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects.
7878
* [`Async`](https://caolan.github.io/async/) - Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript.
79-
* [`MomentJs`](https://www.npmjs.com/package/moment - A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
79+
* [`MomentJs`](https://www.npmjs.com/package/moment) - A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
8080
* [`Cheerio`](https://cheerio.js.org/) - jQuery for Server side. Fast, flexible, and lean implementation of core jQuery designed specifically for the server.
8181

8282
#### Templates

0 commit comments

Comments
 (0)