From 636df343b5007502bb778afd51d5bf2b5ecb2d87 Mon Sep 17 00:00:00 2001 From: saenzramiro Date: Tue, 12 Jul 2016 13:56:04 -0300 Subject: [PATCH] Updated Add a Custom Service (markdown) --- Add-a-Custom-Service.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Add-a-Custom-Service.md b/Add-a-Custom-Service.md index 2acb86d..ce226b8 100644 --- a/Add-a-Custom-Service.md +++ b/Add-a-Custom-Service.md @@ -17,4 +17,6 @@ function updateBadge(e) { } var originalTitle = document.title; setInterval(checkUnread, 3000); -``` \ No newline at end of file +``` + +Once you finish writing and testing your code, it will be a great practice to minify it before pasting it into the Dialog Box into Rambox. To minify it, you can use [JSCompress](http://jscompress.com/). \ No newline at end of file