From 0ea0853165f031e4df5f4d69c4d71d879413aa4f Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 19 May 2018 23:33:43 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2fc43e8..e2c58497 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Use the `.jscrc` for formatting the code and keep it clean and consistent. There are just some js libraries: - [ejs](http://ejs.co/) is used for templating. The templates are in `app/js/templates.js`. -- [sorttable.js](http://www.kryogenix.org/code/browser/sorttable/) to sort the table containing th files. +- [sorttable.js](http://www.kryogenix.org/code/browser/sorttable/) to sort the table containing the files. - [jQuery](https://jquery.com/), because it's still cool to have it, even if everyone says it's dead and we should do without. - [Bootstrap](https://getbootstrap.com/) for the layout - [PNotify](https://github.com/sciactive/pnotify) for generic notifications