From ecfbf9dffcdd093747574b3a3c60a48e7d1d3534 Mon Sep 17 00:00:00 2001 From: Dave Batiste Date: Thu, 11 Jun 2015 13:29:22 -0400 Subject: [PATCH] Update readme to be consistent with other VUI components. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f05746f..e005e5b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build status][ci-image]][ci-url] [![Dependency Status][dependencies-image]][dependencies-url] -Thise **vui-typography** contains Sass mixins and CSS that can be used to produce basic typography styles. LESS mixins are still include for backward compatibility, however these will likely be removed in a future version. +This component contains Sass mixins and CSS that can be used to produce basic typography styles. LESS mixins are still include for backward compatibility, however these will likely be removed in a future version. For further information on this component and other VUI components, see the docs at [ui.valence.d2l.com](http://ui.valence.d2l.com/). diff --git a/package.json b/package.json index 69b5de6..1440558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vui-typography", - "version": "0.4.1", + "version": "0.4.2", "description": "Mixins and CSS for applying basic typography styles", "scripts": { "clean": "rimraf *.css",