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

Commit 23a31eb

Browse files
committed
Updating README for pscDocs
1 parent ffaa34a commit 23a31eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ Invokes the `psc-make` command.
7979
- **output**: String value that sets `--output=<string>`
8080
- Write the generated Javascript to the specified file.
8181

82-
### purescript.dotPsci()
83-
84-
Generates a `.psci` file in the current directory. Each source file is
85-
added with the `:m` command.
86-
87-
### purescript.docgen(options)
82+
### purescript.pscDocs(options)
8883

89-
Invokes the `docgen` command.
84+
Invokes the `pscDocs` command.
9085

9186
#### options
9287

9388
- hierarchy: Boolean value that toggles `--hierarchy-images`
89+
90+
### purescript.dotPsci()
91+
92+
Generates a `.psci` file in the current directory. Each source file is
93+
added with the `:m` command.

0 commit comments

Comments
 (0)