Skip to content

Commit 06c3389

Browse files
committed
update
1 parent 38b4ba5 commit 06c3389

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ RubyMine: Test file name mask: **/{*_test,test_*,*_spec}.rb
4646

4747
### Generate Documentation
4848
```shell
49-
yard doc src/**/*.rb --protected --private
50-
open doc/index.html
49+
yard doc src/**/*.rb --output-dir docs --protected --private
50+
open docs/index.html
5151
```
5252

53-
#### Publish
54-
##### 1. Setup RubyGems API Key
53+
### Publish
54+
#### 1. Setup RubyGems API Key
5555
```shell
5656
mkdir -p ~/.gem
5757
cat > ~/.gem/credentials <<EOF
@@ -60,7 +60,7 @@ cat > ~/.gem/credentials <<EOF
6060
EOF
6161
chmod 0600 ~/.gem/credentials
6262
```
63-
##### 2. Build the gem
63+
#### 2. Build the gem
6464
```shell
6565
gem build puremvc.gemspec
6666
gem push puremvc-1.0.0.gem

0 commit comments

Comments
 (0)