Skip to content

Commit

Permalink
docs: updated read me (#151)
Browse files Browse the repository at this point in the history
* Updated read me

* Update README.md

---------

Co-authored-by: Marek Fořt <[email protected]>
  • Loading branch information
VaishaliDesai and fortmarek authored Dec 26, 2024
1 parent 02314d8 commit 21a68f8
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 @@ -31,8 +31,8 @@ let package = Package(
)
```

Then you can start using Noora. The interface is simple and intuitive.
You need to create an instance of `Noora`, and every component available is represented as a function in the `Noora` instance.
Then you can start using Noora.
You need to create an instance of `Noora` first, and then every component available is represented as a function in the `Noora` instance.

```swift
Noora().yesOrNoChoicePrompt(
Expand Down

0 comments on commit 21a68f8

Please sign in to comment.