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

Fix small typo in the readme

This commit is contained in:
Daraul Harris 2016-01-01 14:20:27 -04:00
parent dd6d2e7405
commit dc5be0f954

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.
Paloma.executeHook();
Palama.engine.start();
Paloma.engine.start();
});
```