···8899## usage
10101111-To use the installed minified version, you must add the reference for LUA to the file.
1212-To do it, add the following at the begining of your LUA file *(replace <path_to_the_node_module_directory> by the correct string eg: ".\\" if it's in the same directory)*:
1313-***If you are using relative path, think it's the path from the LUA binaries files, not from you code file***
1111+To use the installed minified version with `Require "svg-lua"`, you must add the reference for LUA to the file.
14121515-```lua
1616-package.path = package.path .. ";" .. "<path_to_the_node_modules_directory>\\node_modules\\svg-lua\\?.lua"
1717-require "svg-min"
1818-```
1313+Check the `package.path` documentation for more information about it.
19142015```lua
2116mon_dessin = svg:create()