From 8a1047e42780f193900aad901012dac8a7bb07e6 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 10 Mar 2012 19:41:19 +0000 Subject: [PATCH] format fix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 76d2775..a5dbbf0 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ This module provides two commands which allow the execution of Javascript code. For regular users, there is the *~js* command, which is completely sandboxed, but can still be used for calculation and the like. -Example: - ~js Array(16).join('wat'-1) + " Batman!"; + > ~js Array(16).join('wat'-1) + " Batman!"; 'NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN Batman!' This feature is fairly safe as the user doesn't have access to anything