README.md in researchable_loggable-1.0.1 vs README.md in researchable_loggable-1.0.2

- old
+ new

@@ -37,12 +37,12 @@ By default lograge and ::EcsLogging::Logger are not mutually compatible. The ECS formatter will try to render the output of lograge as the message, however some of the fields in the lograge output are metadata. To fix this, this gem uses a monkey patch on the ECS gem that flattens the lograge output onto the Ecs object. ## Installation -Add this to your Gemfile (replace the tag with your intended one): +Add this to your Gemfile: ```ruby -gem 'loggable', git: 'https://gitlab.com/researchable/general/gems/loggable' +gem 'researchable_loggable', '~> 1.0' ``` Additionally, if you want to be able to correlate logs with Elastic's APM traces, you may also add the elastic apm gem: ```ruby gem 'elastic-apm'