Skip to content

Commit fd9ad18

Browse files
authored
Update README.md
1 parent 51287ae commit fd9ad18

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/flutter_brand_palettes)](https:
2222
**Flutter Brand Palettes** is a collection of declarative and object-oriented
2323
classes for the color palettes of popular brands and companies.
2424

25-
For example, to get Instagram colors as a `List<Color>`object,
25+
For example, to get the Instagram colors as a `List<Color>`object,
2626
simply declare `InstagramGrad().colors` — the 'Grad' suffix is short for
2727
_Gradient_.
2828

29-
To get a single color: `Instagram.royalBlue().color`, for Instagram
30-
royal blue;`Instagram.yellow().color`, for Instagram yellow; and so on.
29+
To get a single color, declare `Instagram.royalBlue().color` for the
30+
Instagram royal blue; `Instagram.yellow().color`, for Instagram yellow,
31+
and so on.
3132

3233
In addition, each class is well-documented and fully unit-tested — this package
3334
has achieved 100% code coverage and goes through a CI pipeline with rigorous
@@ -50,9 +51,9 @@ quality gates.
5051
Instead of a constant integer value, a color is represented by a named
5152
constructor of its corresponding brand class. In this way, the source code
5253
becomes more object-oriented, readable and maintainable. For instance, the
53-
command `Instagram.red().color` retrieves the Instagram's red color _#FD1D1D_;
54-
`Google.red().color`, Google's red _#DB4437_; `Facebook.blue().color`,
55-
Facebook's blue _#4267B2_; and so on.
54+
command `Instagram.red().color` retrieves the Instagram red color _#FD1D1D_;
55+
`Google.red().color`, the Google red _#DB4437_; `Facebook.blue().color`,
56+
the Facebook blue _#4267B2_, and so on.
5657

5758
## Color Palettes in Action
5859

0 commit comments

Comments
 (0)