Skip to content

Commit

Permalink
fix dib nuget imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wynged committed Oct 2, 2023
1 parent 50e2a98 commit 51dd723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Elements.MEP/Examples-Create Tree.dib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

#!csharp

#r "nuget: Elements.MEP"
#r "nuget: Hypar.Elements,2.0.0-alpha.15"
#r "nuget: Hypar.Elements.MEP,2.0.0-alpha.15"

#!markdown

Expand Down
2 changes: 1 addition & 1 deletion Elements.MEP/Examples-Routing Tree.dib
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#!csharp

#r "nuget: Hypar.Elements,2.0.0-alpha.15"
#r "nuget: Elements.MEP"
#r "nuget: Hypar.Elements.MEP,2.0.0-alpha.15"

#!markdown

Expand Down

0 comments on commit 51dd723

Please sign in to comment.