Skip to content

Commit 05a1f50

Browse files
committed
update readme
1 parent 3ae9b75 commit 05a1f50

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
@@ -17,7 +17,7 @@ If you would like to upgrade a project to use Sentry 7.x, see [here](https://gis
1717

1818
## Installation
1919

20-
To use Sentry with your projects, edit your mix.exs file and add it as a dependency. Sentry defaults to trying to use Jason for JSON operations, but can be configured to use other ones.
20+
To use Sentry with your projects, edit your mix.exs file and add it as a dependency. Sentry does not install a JSON library itself, and requires users to have one available. Sentry will default to trying to use Jason for JSON operations, but can be configured to use other ones.
2121

2222
```elixir
2323
defp deps do

0 commit comments

Comments
 (0)