From d743e82c67005121df3ca97c7bc48f9964f69a10 Mon Sep 17 00:00:00 2001 From: Song Yangyu Date: Wed, 26 Dec 2018 17:02:03 +0800 Subject: [PATCH] Update README.md Fix typo, `your self` => `yourself` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2cb918..d9e258a9 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ The available formatters are: Lograge::Formatters::Raw.new # Returns a ruby hash object ``` -In addition to the formatters, you can manipulate the data your self by passing +In addition to the formatters, you can manipulate the data yourself by passing an object which responds to #call: ```ruby