Skip to content

Commit 62ff154

Browse files
authored
Update package name in readme
1 parent a5e4197 commit 62ff154

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/LinkedSoftwareDependencies/Components-Generator.js.svg?branch=master)](https://travis-ci.org/LinkedSoftwareDependencies/Components-Generator.js)
44
[![Coverage Status](https://coveralls.io/repos/github/LinkedSoftwareDependencies/Components-Generator.js/badge.svg?branch=master)](https://coveralls.io/github/LinkedSoftwareDependencies/Components-Generator.js?branch=master)
5-
[![npm version](https://badge.fury.io/js/componentjs-generator.svg)](https://www.npmjs.com/package/componentjs-generator)
5+
[![npm version](https://badge.fury.io/js/componentsjs-generator.svg)](https://www.npmjs.com/package/componentsjs-generator)
66

77
This is a tool to automatically generate `.jsonld` component files from TypeScript classes
88
for the [Components.js](https://github.com/LinkedSoftwareDependencies/Components.js) dependency injection framework.
@@ -14,13 +14,13 @@ Before you use this tool, it is recommended to first read the [Components.js doc
1414
**1. Install as a dev dependency**
1515

1616
```bash
17-
npm install -D componentjs-generator
17+
npm install -D componentsjs-generator
1818
```
1919

2020
or
2121

2222
```bash
23-
yarn add -D componentjs-generator
23+
yarn add -D componentsjs-generator
2424
```
2525

2626
**2. Declare components in `package.json`**

0 commit comments

Comments
 (0)