From 9b6e1af3af4ecf4f981c809d38c8abedefa6e422 Mon Sep 17 00:00:00 2001 From: Luke Williams Date: Wed, 6 Nov 2019 02:01:27 +0100 Subject: [PATCH] fix: bump release (fix readme) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d247de0..bf9a782 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ # vue-monaco-d0x -[![NPM version](https://img.shields.io/npm/v/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![NPM downloads](https://img.shields.io/npm/dm/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![CircleCI](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master.svg?style=shield)](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master) +[![NPM version](https://img.shields.io/npm/v/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![NPM downloads](https://img.shields.io/npm/dm/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![CircleCI](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master.svg?style=svg)](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master) [Monaco Editor](https://github.com/Microsoft/monaco-editor) is the code editor that powers VS Code, now it's available as a Vue component `` thanks to this project. Note: This is a fork of [vue-monaco](https://npmjs.com/package/vue-monaco). ## Install ```bash -npm install vue-monaco +npm install vue-monaco-d0x ``` Or ```bash -yarn add vue-monaco +yarn add vue-monaco-d0x ``` ## Usage @@ -48,7 +48,7 @@ Then use the component: - +