Skip to content

Commit

Permalink
Enable syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish committed Jun 19, 2019
1 parent 24a5bf8 commit 09e1e2a
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 @@ -189,7 +189,7 @@ Check [m_http_mock_SUITE.erl](examples/test/m_http_mock_SUITE.erl). The examples

You can customize and simulate downstream services with help of router function. The function is called every time with `#{method => ..., url => ..., headers => ..., body => ...}` whenever your application makes http call.

```
```erlang
my_test(_) ->
m_http_mock:init(fun router/1),
...
Expand Down

0 comments on commit 09e1e2a

Please sign in to comment.