Skip to content

Commit c5fcfb0

Browse files
committed
update readme
1 parent 00be77d commit c5fcfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ gem 'swagger-docs'
420420
```
421421
bundle
422422
```
423-
**2 - Say you decide to structure your REST path in the following format: /api/v1/{method}. Edit app/controllers/api/v1/posts_controller.rb and add the following:**
423+
**2 - Say you decide to structure your REST path in the following format: `/api/v1/{method}`. Edit `app/controllers/api/v1/posts_controller.rb` and add the following:**
424424
```ruby
425425
# app/controllers/api/v1/posts_controller.rb
426426

0 commit comments

Comments
 (0)