From 89a95703c6f6802c8fa1199a375eedacc2b8f93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Grimmtj=C3=A4rn?= Date: Thu, 1 Nov 2018 21:39:05 +0100 Subject: [PATCH] Update README.md I had to change the import path and name so I suppose the README should reflect that :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a9e06c..51f74bf 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Download Google fonts to webpack build folder using [google-webfonts-helper](htt ## Install ```bash -npm install google-fonts-webpack-plugin +npm install @beyonk/google-fonts-webpack-plugin ``` ## Usage `/webpack.config.js` ```js -const GoogleFontsPlugin = require("google-fonts-webpack-plugin") +const GoogleFontsPlugin = require("@beyonk/google-fonts-webpack-plugin") module.exports = { "entry": "index.js",