From 027216914d450cabfcb1b333564fe218ff7acf56 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 30 Jan 2019 03:23:56 +0100 Subject: [PATCH] fix(readme): fix typo --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f95f402..af273c3 100644 --- a/readme.md +++ b/readme.md @@ -26,10 +26,10 @@ smartlog id s minimal logging package that provides a consistent experience acro import { Smartlog } from '@pushrocks/smartlog'; const logger = new Smartlog({ { - company?: 'My awesome company', - companyunit?: 'my awesome cloud team', + company: 'My awesome company', + companyunit: 'my awesome cloud team', containerName?: 'awesome-container', - environment: TEnvironment: 'kubernetes-production', + environment: 'kubernetes-production', runtime: 'node', zone: 'zone x' }