Skip to content

Commit

Permalink
Fixing Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reebayroo committed Sep 5, 2024
1 parent 9e3df56 commit 62f810c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ under that or in submodules.
* **sourceDirectory** - The directory where your Elm sources are located.
* **dependencies** - List of URI references to other IR files. Supports
`file://`|`http://`|`https://`|`data://` protocols.
* **localDependencies** - List of relative paths to depending IRs. (for backwards compatibility)
`file://`|`http://`|`https://`|`data://` protocols.
* **localDependencies** - List of relative paths to depending IRs. (for backwards compatibility), ex: `"../sibling-folder/morphir-ir.json"`

* **exposedModules** - The list of modules in the public interface of the package. Module names should exclude the
common package prefix. In the above example `Foo` refers to the Elm module `My.Package.Foo`.

Expand Down

0 comments on commit 62f810c

Please sign in to comment.