Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8258f00

Browse files
committed
Update README
1 parent a404ed4 commit 8258f00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,18 +340,18 @@ run the `watch` script
340340
to start watching for changes to files in the `Assets` folder.
341341
Whenever an asset source file is added, removed, or updated,
342342
its corresponding (unoptimized) product is automatically generated
343-
in the `Resources` folder.
343+
in the `Sources/swift-doc/Generated` folder.
344344

345345
```terminal
346346
$ npm run watch
347347
```
348348

349349
When you're happy with the results,
350350
commit any changes to the source files in `Assets`
351-
as well as the generated files in `Resources`.
351+
as well as the generated files in `Sources/swift-doc/Generated`.
352352

353353
```terminal
354-
$ git add Assets Resources
354+
$ git add Assets Sources/swift-doc/Generated
355355
$ git commit
356356
```
357357

0 commit comments

Comments
 (0)