Skip to content

Commit

Permalink
Minor fixes to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rudro committed Apr 24, 2019
1 parent cd809ff commit 88a8a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MyComponent: Component<MyDependency> {
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)
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 88a8a42

Please sign in to comment.