Skip to content

Commit 7742d4a

Browse files
author
Chris Drane
committed
Make README documentation clearer for Viewers section
1 parent ab3c6b7 commit 7742d4a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Consider adding a viewer to enhance the generated documentation. By itself rspec
6060

6161
gem 'raddocs'
6262

63+
or
64+
65+
gem 'apitome'
66+
6367
#### spec/spec_helper.rb
6468

6569
```ruby
@@ -68,6 +72,15 @@ RspecApiDocumentation.configure do |config|
6872
end
6973
```
7074

75+
####
76+
For both raddocs and apitome, start rails server. Then
77+
78+
open http://localhost:3000/docs for raddocs
79+
80+
or
81+
82+
http://localhost:3000/api/docs for apitome
83+
7184
## Sample App
7285

7386
See the `example` folder for a sample Rails app that has been documented.

0 commit comments

Comments
 (0)