From 276ea637f96c30dc5d63e6cd2e652e467d1d014b Mon Sep 17 00:00:00 2001 From: Patrick Kleckner Date: Wed, 11 Jan 2017 22:28:44 -0500 Subject: [PATCH] Added "Sum" to the Table of Contents A link to the "Sum" example was missing from the Table of Contents. I have added it in. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd7a57fc..1120d775 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ - [Math](#math) - [min](#min) - [max](#max) + - [sum](#sum) - [percentage](#percentage) - [ceil](#ceil) - [floor](#floor)