1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

Merge pull request #83 from daraul/patch-1

Fix small typo in the readme
This commit is contained in:
Karl Bryan Paragua 2016-01-04 10:52:59 +08:00
commit 6be685b5e6

View file

@ -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. // Execute Paloma hook and start the engine.
Paloma.executeHook(); Paloma.executeHook();
Palama.engine.start(); Paloma.engine.start();
}); });
``` ```