Skip to content

Commit f21fbcb

Browse files
author
Sebastien Sikora
committed
Modified README.md.
1 parent 74d6c4c commit f21fbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ So far we have only looked at [asynchronous circuits](https://en.wikipedia.org/w
746746
```cpp
747747
// n_bit_counter_demo.cpp
748748

749-
#include "c_core.h" // Core simulator functionality
750-
#include "devices.h" // N_Bit_Counter Device
749+
#include "c_core.h" // Core simulator functionality
750+
#include "devices.h" // N_Bit_Counter Device
751751

752752
int main () {
753753
// Verbosity flags. Set verbose & monitor_on equal to true to display verbose simulation output in the console.

0 commit comments

Comments
 (0)