diff --git a/resources/index.html b/resources/index.html
index bdf9847..0c744d8 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -58,7 +58,8 @@
<div id="contextPaste" class="context-menu-item" role="menuitem" tabindex="-1">Paste</div>
</div>
- <script src="js/nspell.bundle.js"></script>
+ <!-- Use Espells instead of nspell -->
+ <script src="js/espells.umd.js"></script>
<script src="js/neutralino.js"></script>
<script src="js/app.js"></script>
</body>