Skip to content

Commit 7c69fd9

Browse files
committed
fix README.md
1 parent 1836dfb commit 7c69fd9

File tree

3 files changed

+21
-425
lines changed

3 files changed

+21
-425
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,10 @@ and debugging support.
2828
| Requirement | Release Version | Description
2929
|-----------------------|------------------|---------------
3030
| [mulle-objc-runtime](https://github.com/mulle-objc/mulle-objc-runtime) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | ⏩ A fast, portable Objective-C runtime written 100% in C11
31-
| [mulle-fprintf](https://github.com/mulle-core/mulle-fprintf) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🔢 mulle-fprintf marries mulle-sprintf to stdio.h
3231

3332

3433
## Add
3534

36-
**This project is a component of the [mulle-core](//github.com/mulle-core/mulle-core) library. As such you usually will *not* add or install it
37-
individually, unless you specifically do not want to link against
38-
`mulle-core`.**
39-
40-
4135
### Add as an individual component
4236

4337
Use [mulle-sde](//github.com/mulle-sde) to add mulle-objc-debug to your project:

cola/properties.plist

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
repo="mulle-objc-runtime";
1919
url="https://github.com/mulle-objc/mulle-objc-runtime";
2020
user="mulle-objc";
21-
},
22-
{
23-
description="🔢 mulle-fprintf marries mulle-sprintf to stdio.h";
24-
domain="github";
25-
name="mulle-fprintf";
26-
repo="mulle-fprintf";
27-
url="https://github.com/mulle-core/mulle-fprintf";
28-
user="mulle-core";
2921
}
30-
)
22+
);
3123
}

0 commit comments

Comments
 (0)