Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
- Overly helpful text editor added unwanted HTML tag text
- Reworked FFF footnote postiion to make a little better sense
  • Loading branch information
mkarlesky committed Feb 1, 2024
1 parent 6e63f32 commit 9e4fe67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ other awesome open-source projects you can’t live without if you‘re creating
awesomeness in the C language.

1. **[Unity]**, an xUnit-style test framework.
1. **[CMock]**, a code generating, [function mocking & stubbing][test-doubles] kit
for interaction-based testing<sup>†</sup>sup>.
1. **[CMock]**<sup>†</sup>, a code generating,
[function mocking & stubbing][test-doubles] kit for interaction-based testing.
1. **[CException]**, a framework for adding simple exception handling to C projects
in the style of higher-order programming languages.

Expand All @@ -26,7 +26,7 @@ Ceedling makes [Test-Driven Development][tdd] in C a breeze.

Ceedling is also extensible with a simple plugin mechanism.

<sup>†</sup>sup> Through a [plugin][FFF-plugin], Ceedling also supports [FFF] for
<sup>†</sup> Through a [plugin][FFF-plugin], Ceedling also supports [FFF] for
[fake functions][test-doubles] as an alternative to CMock’s mocks and stubs.

[Unity]: https://github.com/throwtheswitch/unity
Expand Down

0 comments on commit 9e4fe67

Please sign in to comment.