Skip to content

Commit b0bcf65

Browse files
committed
Update README with bin/readme
1 parent 7534d86 commit b0bcf65

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ Run `bundle install` and make sure Tapioca is properly installed:
7171
$ tapioca help
7272

7373
Commands:
74-
tapioca --version, -v # show version
74+
tapioca --version, -v # Show version
7575
tapioca annotations # Pull gem RBI annotations from remote sources
76-
tapioca check-shims # check duplicated definitions in shim RBIs
77-
tapioca configure # initialize folder structure and type checking configuration
78-
tapioca dsl [constant...] # generate RBIs for dynamic methods
79-
tapioca gem [gem...] # generate RBIs from gems
76+
tapioca check-shims # Check duplicated definitions in shim RBIs
77+
tapioca configure # Initialize folder structure and type checking configuration
78+
tapioca dsl [constant...] # Generate RBIs for dynamic methods
79+
tapioca gem [gem...] # Generate RBIs from gems
8080
tapioca help [COMMAND] # Describe available commands or one specific command
81-
tapioca init # get project ready for type checking
82-
tapioca require # generate the list of files to be required by tapioca
83-
tapioca todo # generate the list of unresolved constants
81+
tapioca init # Get project ready for type checking
82+
tapioca require # Generate the list of files to be required by tapioca
83+
tapioca todo # Generate the list of unresolved constants
8484

8585
Options:
8686
-c, [--config=<config file path>] # Path to the Tapioca configuration file
@@ -120,7 +120,7 @@ Options:
120120
# Default: sorbet/tapioca/config.yml
121121
-V, [--verbose], [--no-verbose] # Verbose output for debugging purposes
122122

123-
get project ready for type checking
123+
Get project ready for type checking
124124
```
125125
<!-- END_HELP_COMMAND_INIT -->
126126

@@ -196,7 +196,7 @@ Options:
196196
# Default: sorbet/tapioca/config.yml
197197
-V, [--verbose], [--no-verbose] # Verbose output for debugging purposes
198198

199-
generate RBIs from gems
199+
Generate RBIs from gems
200200
```
201201
<!-- END_HELP_COMMAND_GEM -->
202202
@@ -483,7 +483,7 @@ Options:
483483
# Default: sorbet/tapioca/config.yml
484484
-V, [--verbose], [--no-verbose] # Verbose output for debugging purposes
485485
486-
generate RBIs for dynamic methods
486+
Generate RBIs for dynamic methods
487487
```
488488
<!-- END_HELP_COMMAND_DSL -->
489489
@@ -846,7 +846,7 @@ Options:
846846
# Default: sorbet/tapioca/config.yml
847847
-V, [--verbose], [--no-verbose] # Verbose output for debugging purposes
848848
849-
check duplicated definitions in shim RBIs
849+
Check duplicated definitions in shim RBIs
850850
```
851851
<!-- END_HELP_COMMAND_CHECK_SHIMS -->
852852

0 commit comments

Comments
 (0)