Skip to content

Commit

Permalink
Merge pull request #1 from vsouza/master
Browse files Browse the repository at this point in the history
fix syntax highlighting
  • Loading branch information
emerleite committed Jan 23, 2018
2 parents 722d225 + 7b35335 commit c3dec24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed

1. Add `content_gateway` to your list of dependencies in `mix.exs`:

```elixir
```elixir
def deps do
[{:content_gateway, "~> 0.1.0"}]
end
```
```

2. Ensure `content_gateway` is started before your application:

```elixir
```elixir
def application do
[applications: [:content_gateway]]
end
```
```

0 comments on commit c3dec24

Please sign in to comment.