diff --git a/Docs/QuickStart.zip b/Docs/QuickStart.zip index f9a55c5..9578677 100644 Binary files a/Docs/QuickStart.zip and b/Docs/QuickStart.zip differ diff --git a/Makefile b/Makefile index a0cdb2a..dbe0e77 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ test-integration: playground : @mkdir -p Docs/QuickStart.playground/Sources - @cp Just/Just.swift Docs/QuickStart.playground/Sources/Just.swift + @cp Sources/Just/Just.swift Docs/QuickStart.playground/Sources/Just.swift cd ./Docs && zip -r -X QuickStart.zip QuickStart.playground/* html :