From 54261bee228276140061e2aae8b6ca0d24e6d2a1 Mon Sep 17 00:00:00 2001 From: Patrick Kleckner Date: Thu, 12 Jan 2017 03:31:17 -0500 Subject: [PATCH] Added "Sum" to the Table of Contents (#14) 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)