Skip to content

Commit 06f2fbf

Browse files
committed
Prune badges afterall
1 parent cf388e3 commit 06f2fbf

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# SwiftObserver
44

5-
![badge-languages] ![badge-swift-versions] ![badge-platforms] ![badge-pms] ![badge-mit]
5+
![badge-swift-versions] ![badge-platforms] ![badge-mit]
66

7-
SwiftObserver is a lightweight framework for reactive Swift. Its design goals make it easy to learn and a joy to use:
7+
SwiftObserver is a lightweight package for reactive Swift. Its design goals make it easy to learn and a joy to use:
88

99
1. [**Meaningful Code**](https://github.com/codeface-io/SwiftObserver/blob/master/Documentation/philosophy.md#meaningful-code) 💡<br>SwiftObserver promotes meaningful metaphors, names and syntax, producing highly readable code.
1010
2. [**Non-intrusive Design**](https://github.com/codeface-io/SwiftObserver/blob/master/Documentation/philosophy.md#non-intrusive-design) ✊🏻<br>SwiftObserver doesn't limit or modulate your design. It just makes it easy to do the right thing.
@@ -559,12 +559,8 @@ Of course, `weak()` wouldn't make sense as an adhoc transform, so it can only cr
559559
* Update and rework (or simply delete) texts about philosophy and patterns
560560
* Engage feedback and contribution
561561

562-
[badge-languages]: https://img.shields.io/badge/language-Swift-orange.svg?style=flat-square
563-
564562
[badge-swift-versions]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fcodeface-io%2FSwiftObserver%2Fbadge%3Ftype%3Dswift-versions&style=flat-square
565563

566564
[badge-platforms]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fcodeface-io%2FSwiftObserver%2Fbadge%3Ftype%3Dplatforms&style=flat-square
567565

568-
[badge-pms]: https://img.shields.io/badge/supports-SPM-green.svg?style=flat-square
569-
570-
[badge-mit]: https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat-square
566+
[badge-mit]: https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat-square

0 commit comments

Comments
 (0)