Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarArnason committed Apr 27, 2020
1 parent ee0f92b commit 1111ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ArduinoQueue<T> intQueue(maximum_number_of_items, maximum_size_in_bytes);
Include the header file on your code:
```C++
#include <Queue.h>
#include <ArduinoQueue.h>
```

Then create the queue according to your needs, examples:
Expand Down

0 comments on commit 1111ec0

Please sign in to comment.