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:
commit
6be685b5e6
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.
|
// Execute Paloma hook and start the engine.
|
||||||
Paloma.executeHook();
|
Paloma.executeHook();
|
||||||
Palama.engine.start();
|
Paloma.engine.start();
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue