From 88a8a425221fa0a3a657dc301dc3561616ba8b36 Mon Sep 17 00:00:00 2001 From: Rudro Samanta Date: Wed, 24 Apr 2019 14:23:11 -0700 Subject: [PATCH] Minor fixes to the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9293791d..1aae11e5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ class MyComponent: Component { var hotChocolate: Drink { return HotChocolate(dependency.chocolate, dependency.milk) } - + /// A child scope is always instantiated by its parent(s) scope(s). var myChildComponent: MyChildComponent { return MyChildComponent(parent: self) @@ -91,7 +91,7 @@ If Carthage is used to integrate the `NeedleFoundation` framework, then a copy #### Using [Homebrew](https://github.com/Homebrew/brew) -Regardless of how `NeedleFoundation` framework is integrated into your project, the generator can always be installed via [Homebrew](https://github.com/Homebrew/brew). +Regardless of how the `NeedleFoundation` framework is integrated into your project, the generator can always be installed via [Homebrew](https://github.com/Homebrew/brew). ``` brew install needle ```