From 62f810c071e87c4059d714d1eb820a5af771da48 Mon Sep 17 00:00:00 2001 From: CXN144 Date: Thu, 5 Sep 2024 16:24:26 -0400 Subject: [PATCH] Fixing Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb869f0e2..efad3e2de 100644 --- a/README.md +++ b/README.md @@ -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`.