Skip to content

Commit 874822e

Browse files
Fix readme
1 parent 7f288e1 commit 874822e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ArduinoFake
22

33
`ArduinoFake` is a simple mocking framework for Arduino.
4-
`ArduinoFake` is based on [FakeIt](https://github.com/eranpeer/FakeIt) and can be used for testing both your arduino project natively.
4+
`ArduinoFake` is based on [FakeIt](https://github.com/eranpeer/FakeIt) and can be used for testing your arduino project natively. No arduino required !
55

66

77
## Quickstart
@@ -53,4 +53,4 @@ void test_loop(void)
5353
```
5454
5555
Checkout the [examples](./examples) for many more examples!
56-
Or take a look at the [tests](./test)
56+
Or take a look at the [tests](./test)

0 commit comments

Comments
 (0)