Skip to content

Commit

Permalink
Add getting started section
Browse files Browse the repository at this point in the history
  • Loading branch information
anokl committed Dec 12, 2017
1 parent a0f4b39 commit 77342e6
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 @@ -46,7 +46,7 @@ The simplest way to compile the library on Windows is to use the provided Visual

### Getting started

To give you a taste of C++ disruptor let us consider a very basic example where the event is passed from producer to consumer. The event carries a single long value:
To give you a taste of C++ disruptor let us consider a very basic example where the event is passed from producer to consumer. The event will carry a single long value:

```Cpp
struct LongEvent
Expand Down

0 comments on commit 77342e6

Please sign in to comment.