diff --git a/MalouCommand.py b/MalouCommand.py index ad5df80..11857f4 100755 --- a/MalouCommand.py +++ b/MalouCommand.py @@ -39,7 +39,7 @@ def run(self, edit, nb=1): nb=nb-1 - package_path = "Packages/EddyMalouLoremIpsum" + package_path = "Packages/EddyMalou LoremIpsum" jsonfile = package_path + "/dictionary.json" content = sublime.load_resource(jsonfile) self.dictionary = json.loads(content)