Skip to content

Commit

Permalink
docs: remove the word express
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 5, 2023
1 parent 59a4641 commit 9ad41d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ruby-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you're a developer, it takes a few small steps to send your API logs to [Read
<!--alex ignore blacklist whitelist-->

- You add the ReadMe middleware to your Rails application.
- The middleware sends to ReadMe the request and response objects that your Express server generates each time a user makes a request to your API. The entire objects are sent, unless you blacklist or whitelist keys.
- The middleware sends to ReadMe the request and response objects that your server generates each time a user makes a request to your API. The entire objects are sent, unless you blacklist or whitelist keys.
- ReadMe extracts information to display in Metrics, such as which endpoint is being called, response code, and error messages. It also identifies the customer who called your API, using whichever keys in the middleware you call out as containing relevant customer info.

## Getting Started
Expand Down

0 comments on commit 9ad41d5

Please sign in to comment.