Merge pull request #306 from whoan/patch-1

Fix typo
This commit is contained in:
Emiel Bruijntjes 2019-11-06 08:39:10 +01:00 committed by GitHub
commit 46361c68bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ would be:
```bash
mkdir build
cd build
cmake .. [-DAMQP-CPP_AMQBUILD_SHARED] [-DAMQP-CPP_LINUX_TCP]
cmake .. [-DAMQP-CPP_BUILD_SHARED] [-DAMQP-CPP_LINUX_TCP]
cmake --build .. --target install
```