From 2564541d94d1e8ecc10dffc5788fdaf0a675e0d3 Mon Sep 17 00:00:00 2001 From: Nick Johnston Date: Thu, 15 Jun 2017 12:43:59 -0700 Subject: [PATCH] Update username and add new line in READMEs. --- compression/README.md | 3 ++- compression/image_encoder/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/compression/README.md b/compression/README.md index 2ae52f6fc0..4406b268fb 100644 --- a/compression/README.md +++ b/compression/README.md @@ -8,7 +8,8 @@ code for the following papers: ## Organization [Image Encoder](image_encoder/): Encoding and decoding images into their binary representation. + [Entropy Coder](entropy_coder/): Lossless compression of the binary representation. ## Contact Info -Model repository maintained by Nick Johnston ([nickj-google](https://github.com/nickj-google)). +Model repository maintained by Nick Johnston ([nmjohn](https://github.com/nmjohn)). diff --git a/compression/image_encoder/README.md b/compression/image_encoder/README.md index 916820e206..a47da977aa 100644 --- a/compression/image_encoder/README.md +++ b/compression/image_encoder/README.md @@ -102,4 +102,4 @@ pixel boundaries. ## Contact Info -Model repository maintained by Nick Johnston ([nickj-google](https://github.com/nickj-google)). +Model repository maintained by Nick Johnston ([nmjohn](https://github.com/nmjohn)).