From fd4b3fc9dfac65612fb86664a07a285760674405 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Thu, 27 Sep 2018 14:22:41 +0200 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fd508b..1249c62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [Homepage](http://rubygems.org/gems/backload) | [Report Issue](http://github.com/rubyworks/backload/issues) | [Source Code](http://github.com/rubyworks/backload) -( [![Build Status](https://secure.travis-ci.org/rubyworks/backload.png)](http://travis-ci.org/rubyworks/backload) ) +[![Build Status](https://secure.travis-ci.org/rubyworks/backload.png)](http://travis-ci.org/rubyworks/backload) # Backload @@ -41,7 +41,7 @@ To use Backload simply override the `Kernel.backloaded` method. end ``` -Becuase of implementation details, `#require_relative` has to be reimplemented completely +Because of implementation details, `#require_relative` has to be reimplemented completely to make the callback work. To be on the safe side, at least for now, it therefore has to be required separately, as the example above demonstrates.