From 46f2b75327665ce46f83142163e9d50adfd9495e Mon Sep 17 00:00:00 2001 From: tristen Date: Sun, 22 Feb 2015 23:51:55 -0500 Subject: [PATCH] missing tick in markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f70a3c..c8b9053 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ If you require a sort operation that does not exist in the [sorts](https://github.com/tristen/tablesort/tree/gh-pages/src/sorts/) directory, you can add your own. -`` js +``` js Tablesort.extend('name', function(item) { // Regular expression to test against.