Skip to content

Commit ef6e8e1

Browse files
authored
Update README.md
1 parent 1e99af1 commit ef6e8e1

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
@@ -21,7 +21,7 @@ This command will analyze your MyAppOrFramework project and generate the module
2121
### Usage options
2222

2323
```
24-
$ sourcedocs help
24+
$ moduleinterface help
2525
Available commands:
2626
2727
clean Delete the output folder and quit.
@@ -30,7 +30,7 @@ help Display general or command-specific help
3030
version Display the current version of ModuleInterface
3131
```
3232

33-
Typing `moduleinterfacep` help <command> we get a list of all options for that command:
33+
Typing `moduleinterface help <command>` we get a list of all options for that command:
3434

3535
```
3636
Generates the Swift Module Interface.
@@ -59,7 +59,7 @@ Generates the Swift Module Interface.
5959

6060
Usually, for most Xcode projects, no parameters are needed at all. xcodebuild should be able to find the default project and scheme.
6161

62-
If the command fails, try specifying the scheme (-scheme SchemeName) or the workspace. Any arguments passed to sourcedocs after -- will be passed to xcodebuild without modification.
62+
If the command fails, try specifying the scheme (-scheme SchemeName) or the workspace. Any arguments passed to `moduleinterface` after `--` will be passed to xcodebuild without modification.
6363

6464
`$ moduleinterface generate -- -scheme MyScheme`
6565

0 commit comments

Comments
 (0)