From 17df7c44bf662d9a1fb8736c0b256f3f50d8563c Mon Sep 17 00:00:00 2001
From: Guy Jacob <guy.jacob@intel.com>
Date: Mon, 9 Dec 2019 17:04:46 +0200
Subject: [PATCH] Update examples README

---
 examples/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/README.md b/examples/README.md
index 6735743..8d8bbe1 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -2,8 +2,8 @@
 
 Distiller comes with sample applications and tutorials covering a range of model types:
 
-| Model Type | Sparsity | Post-train quant | Quant-aware training | Auto Compression (AMC) | In Directories |
-|------------|:--------:|:----------------:|:--------------------:|:----------------------:|----------------|
+| Model Type | Sparsity | Post-training quantization | Quantization-aware training | Auto Compression (AMC) | In Directories |
+|------------|:--------:|:--------------------------:|:---------------------------:|:----------------------:|----------------|
 | **Image classification** | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | [classifier_compression](https://github.com/NervanaSystems/distiller/tree/master/examples/classifier_compression), [auto_compression/amc](https://github.com/NervanaSystems/distiller/tree/master/examples/auto_compression/amc) |
 | **Word-level language model** | :white_check_mark: | :white_check_mark: | | |[word_language_model](https://github.com/NervanaSystems/distiller/tree/master/examples/word_language_model) |
 | **Translation (GNMT)** | | :white_check_mark: | | | [GNMT](https://github.com/NervanaSystems/distiller/tree/master/examples/GNMT) |
-- 
GitLab