Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix capitalization of JSON in README #149

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix capitalization of JSON in README
  • Loading branch information
andyw8 authored Dec 23, 2023
commit 935e0f5e90a6c784097e2e443e699df89aff2386
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ For details about Postmark API in general, please check out [Postmark developer
You will need a Postmark account, server and sender signature (or verified domain) set up to use it. For details about setup, check out [wiki pages](https://github.com/ActiveCampaign/postmark-gem/wiki/Getting-Started).

If you plan using the library in a Rails project, check out the [postmark-rails](https://github.com/ActiveCampaign/postmark-rails/) gem, which
is meant to integrate with ActionMailer. The plugin will try to use ActiveSupport JSon if it is already included. If not,
it will attempt to use the built-in Ruby JSon library.
is meant to integrate with ActionMailer. The plugin will try to use ActiveSupport JSON if it is already included. If not,
it will attempt to use the built-in Ruby JSON library.

You can also explicitly specify which one to be used, using following code:

Expand Down