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:
parent
dd6d2e7405
commit
dc5be0f954
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue