Skip to content

Commit 09356c5

Browse files
committed
Fix README typo
1 parent b4c93ba commit 09356c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Arduino CI was created to enable better collaboration among Arduino library maintainers and contributors, by enabling automated code checks to be performed as part of a pull request process.
99

1010
* enables running unit tests against the library **without hardware present**
11-
* provides a system of mocks that allow fine-grained control over the hardare inputs, including the system's clock
11+
* provides a system of mocks that allow fine-grained control over the hardware inputs, including the system's clock
1212
* verifies compilation of any example sketches included in the library
1313
* can test a wide range of arduino boards with different hardware options available
1414
* compares entries in `library.properties` to the contents of the library and reports mismatches
@@ -67,7 +67,7 @@ Add a file called `Gemfile` (no extension) to your Arduino project:
6767

6868
```ruby
6969
source 'https://rubygems.org'
70-
gem 'arduino_ci' '~> 1.1'
70+
gem 'arduino_ci', '~> 1.1'
7171
```
7272

7373
At the time of this writing, `1.1` is the latest version available, and the `~>` syntax will allow your system to update it to the latest `1.x.x` version. The list of all available versions can be found on [rubygems.org](https://rubygems.org/gems/arduino_ci) if you prefer to explicitly pin a higher version.

0 commit comments

Comments
 (0)