Skip to content

Commit a7d60fc

Browse files
committed
Improve README highlighting + Split introduction sentence to two
1 parent 1dae2d4 commit a7d60fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HandySwift
22

3-
The goal of this library is to provide handy features that didn't make it to the Swift standard library (yet) due to many different reasons like the Swift community wanting to keep the standard library clean and manageable or simply hasn't finished discussion yet.
3+
The goal of this library is to provide handy features that didn't make it to the Swift standard library (yet) due to many different reasons. Those could be that the Swift community wants to keep the standard library clean and manageable or simply hasn't finished discussion on a specific feature yet.
44

55
## Installation
66

@@ -29,9 +29,9 @@ Please have a look at the UsageExamples.playground for a complete list of featur
2929
Contributions are welcome. Please just open an Issue on GitHub to discuss a point or request a feature or send a Pull Request with your suggestion. If there's a related discussion on the Swift Evolution mailing list, please also post the thread name with a link.
3030

3131
Pull requests with new features will only be accepted when the following are given:
32-
- The feature is handy but not (yet) part of the Swift standard library.
33-
- Tests for the new feature exist and all tests pass successfully.
34-
- Usage examples of the new feature are given in the Playgrounds.
32+
- The feature is **handy** but not (yet) part of the Swift standard library.
33+
- **Tests** for the new feature exist and all tests pass successfully.
34+
- **Usage examples** of the new feature are given in the Playgrounds.
3535

3636
## License
3737
This library is released under the [MIT License](http://opensource.org/licenses/MIT). See LICENSE for details.

0 commit comments

Comments
 (0)