Skip to content

Commit

Permalink
[#1] Fixed link in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Aug 19, 2015
1 parent 062b0d1 commit 7584bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ trails:store(Trails),
Dispatch = trails:single_host_compile(Trails),
```

The snippet of code above, usually is placed when you start `cowboy`. Check it [here](./example/src/example.erl#31).
The snippet of code above, usually is placed when you start `cowboy`. Check it [here](./example/src/example.erl#L31).

Then add `cowboy_swagger` to the list of apps to be loaded in your `*.app.src` file.

Expand Down

0 comments on commit 7584bc3

Please sign in to comment.