Skip to content

Commit 842972b

Browse files
authored
lib2 depends on lib1 not the other way (#631)
1 parent 7391b54 commit 842972b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ in upstream // overrides
646646
}
647647
```
648648

649-
- assuming `lib1` depends on `lib2`, `lib2/spago.dhall` might look something like this:
649+
- assuming `lib2` depends on `lib1`, `lib2/spago.dhall` might look something like this:
650650

651651
```dhall
652652
{ name =

0 commit comments

Comments
 (0)