From 60cb4299d25c2c6d8b34221f471f5a187709c654 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 29 Aug 2022 11:19:40 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Extra=20backtick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb15272..c5424a6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $output2->saveMap(); $media->save(); ``` -The `saveStream` method returns the `Map`` that created it. Likewise, the `saveMap` returns the `MappableMedia` that created it. All other methods are chainable. +The `saveStream` method returns the `Map` that created it. Likewise, the `saveMap` returns the `MappableMedia` that created it. All other methods are chainable. So, this could be written as a very long single call like this: