From dc5be0f954a41bc6d4cce94b06e4146d95e11108 Mon Sep 17 00:00:00 2001 From: Daraul Harris Date: Fri, 1 Jan 2016 14:20:27 -0400 Subject: [PATCH] Fix small typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c7150..bd18ed4 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ Ideally, you just need to call `insert_paloma_hook` in your layouts, since the l // Execute Paloma hook and start the engine. Paloma.executeHook(); - Palama.engine.start(); + Paloma.engine.start(); }); ```