Fixed typo

This commit is contained in:
Sayantan Santra 2022-07-18 01:40:20 -05:00
parent 7662c60103
commit 539f431ff3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ A plugin to directly export unruled PDF from Xournal++ using a shortcut.
# Usage
Create a directory `/usr/share/xournalapp/plugins/UnruledExport/` and place `plugin.ini` and `main.lua` in it. Then enable the plugin "ExportUnruled" in the Plugin menu and restart. There should be a new option in Plugin menu now for exporting directly as unruled PDF and you can also do it using the shortcut <kbd>Alt</kbd>+<kbd>E</kbd>.
Create a directory `/usr/share/xournalapp/plugins/UnruledExport/` and place `plugin.ini` and `main.lua` in it. Then enable the plugin "ExportUnruled" in the Plugin menu and restart. There should be a new option in Plugin menu now for exporting directly as unruled PDF and you can also do it using the shortcut <kbd>Alt</kbd>+<kbd>U</kbd>.
# Notes