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(); }); ```