From 044297fb2b533c7e249fbca306d8efe32c30108b Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Fri, 8 Sep 2023 16:36:16 -0700 Subject: [PATCH] updating readme --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7025585..9c3e06c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Handlebars + Helpers Together [![tests](https://github.com/jaredwray/fumanchu/actions/workflows/tests.yaml/badge.svg)](https://github.com/jaredwray/fumanchu/actions/workflows/tests.yaml) [![codecov](https://codecov.io/gh/jaredwray/fumanchu/graph/badge.svg?token=gtYw78huva)](https://codecov.io/gh/jaredwray/fumanchu) -[![npm version](https://img.shields.io/npm/v/fumanchu.svg)](https://npmjs.com/package/fumanchu) +[![npm version](https://img.shields.io/npm/v/@jaredwray/fumanchu.svg)](https://npmjs.com/package/@jaredwray/fumanchu) [![GitHub license](https://img.shields.io/github/license/jaredwray/fumanchu)](https://github.com/jaredwray/fumanchu/blob/master/LICENSE) -[![npm](https://img.shields.io/npm/dm/fumanchu)](https://npmjs.com/package/fumanchu) +[![npm](https://img.shields.io/npm/dm/@jaredwray/fumanchu)](https://npmjs.com/package/@jaredwray/fumanchu) [Handlebars](https://github.com/handlebars-lang/handlebars.js) + [Handlebars-helpers](https://github.com/helpers/handlebars-helpers) (helpers are now maintained in this project) combined into a single package. Easily use in your nodejs or browser projects as it is a drop in replacement when using handlebars directly. @@ -21,7 +21,7 @@ Handlebars + Helpers Together ## Usage Nodejs ```bash -npm install fumanchu +npm install @jaredwray/fumanchu ``` ```javascript @@ -33,7 +33,7 @@ console.log(html); It's just that easy! No need to add Handlebars to your project, it's already included. -## Usage Browser +## Usage Browser - NOT WORKING YET ```html diff --git a/package.json b/package.json index 5a83a76..a1842f9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "fumanchu", + "name": "@jaredwray/fumanchu", "description": "Handlebars + Helpers = Fumanchu", "version": "1.0.0", "homepage": "https://github.com/jaredwray/fumanchu",