From 707cd8834245ed53c9c7f7f47721d7e36e81d2b5 Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Sat, 19 Sep 2020 14:56:29 +0200 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0d40dbf..26c71c7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -[![npm](https://img.shields.io/npm/v/modern-vue-gallery?style=flat-square)](https://www.npmjs.com/package/modern-vue-gallery) -[![npm bundle size](https://img.shields.io/bundlephobia/min/modern-vue-gallery?style=flat-square)](https://www.npmjs.com/package/modern-vue-gallery) -[![npm](https://img.shields.io/npm/dt/modern-vue-gallery?style=flat-square)](https://www.npmjs.com/package/modern-vue-gallery) -![Lint Libary Workflow Status](https://img.shields.io/github/workflow/status/JonathanTreffler/modern-vue-gallery/Lint%20Libary?label=Libary%20Lint&style=flat-square) -![Lint Demo Workflow Status](https://img.shields.io/github/workflow/status/JonathanTreffler/modern-vue-gallery/Lint%20Demo?label=Demo%20Lint&style=flat-square) -![GitHub](https://img.shields.io/github/license/JonathanTreffler/modern-vue-gallery?style=flat-square) -![GitHub last commit](https://img.shields.io/github/last-commit/JonathanTreffler/modern-vue-gallery?style=flat-square) -[![Maintenance](https://img.shields.io/maintenance/yes/2020?style=flat-square)](https://github.com/JonathanTreffler/modern-vue-gallery/commits/) +[![npm](https://img.shields.io/npm/v/modern-gallery?style=flat-square)](https://www.npmjs.com/package/nuxt-gallery) +[![npm bundle size](https://img.shields.io/bundlephobia/min/nuxt-gallery?style=flat-square)](https://www.npmjs.com/package/nuxt-gallery) +[![npm](https://img.shields.io/npm/dt/nuxt-gallery?style=flat-square)](https://www.npmjs.com/package/nuxt-gallery) +![Lint Libary Workflow Status](https://img.shields.io/github/workflow/status/JonathanTreffler/nuxt-gallery/Lint%20Libary?label=Libary%20Lint&style=flat-square) +![Lint Demo Workflow Status](https://img.shields.io/github/workflow/status/JonathanTreffler/nuxt-gallery/Lint%20Demo?label=Demo%20Lint&style=flat-square) +![GitHub](https://img.shields.io/github/license/JonathanTreffler/nuxt-gallery?style=flat-square) +![GitHub last commit](https://img.shields.io/github/last-commit/JonathanTreffler/nuxt-gallery?style=flat-square) +[![Maintenance](https://img.shields.io/maintenance/yes/2020?style=flat-square)](https://github.com/JonathanTreffler/nuxt-gallery/commits/) # Nuxt Gallery @@ -24,18 +24,18 @@ Because of these optimisations the images will look great on PCs, Tablets and Ph When a image gets clicked the full resolution version gets loaded and displayed as big as possible (depends on the screen size). -### [Demo](https://jonathan-treffler.de/modern-vue-gallery/) +### [Demo](https://jonathan-treffler.de/nuxt-gallery/) ## Installation: ```bash -npm install modern-vue-gallery +npm install nuxt-gallery ``` ## Usage: ```html