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 fcda137 commit a6d0408
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 @@ -44,7 +44,7 @@ The simplest way to compile the library on Windows is to use the provided Visual

[Boost](https://www.boost.org/) must be available on your machine. The [**boost.props**](https://github.com/Abc-Arbitrage/Disruptor-cpp/blob/master/boost.props) file already included into the solution but you may need to modify the headers and libraries directory according to your boost location and folder structure.

### Getting started
## 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 will carry a single long value:

Expand Down

0 comments on commit a6d0408

Please sign in to comment.