From 9ce6fdbcdef7d9968640dfc590752780476f02c4 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 12 Apr 2019 15:27:49 +0530 Subject: [PATCH] Link images to releases page --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0eef40c..133915c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Visit the [Releases](https://github.com/captn3m0/google-sre-ebook/releases) page # Books -| Site Reliability Engineering (2016) | The Site Reliability Workbook (2018) | -|:--------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------| -| site reliability engineering cover | the site reliability workbook cover | +| Site Reliability Engineering (2016) | The Site Reliability Workbook (2018) | +| :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | +| site reliability engineering cover | the site reliability workbook cover | # Build @@ -22,9 +22,10 @@ Requirements: You can generate either of books using `BOOK_SLUG` variable. -Available values for *`BOOK_SLUG`*: - - `sre_book` Site Reliability Engineering. - - `srw_book` The Site Reliability Workbook. +Available values for _`BOOK_SLUG`_: + +- `sre_book` Site Reliability Engineering. +- `srw_book` The Site Reliability Workbook. ``` $ docker run --rm --volume "$(pwd):/output" -e BOOK_SLUG='srw_book' captn3m0/google-sre-ebook:latest