Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 26a3b16

Browse files
committed
publish to npm
1 parent 8b166cf commit 26a3b16

File tree

4 files changed

+406
-292
lines changed

4 files changed

+406
-292
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cbm-api [![Build Status](https://travis-ci.org/cbmjs/cbm-api.svg?branch=master)](https://travis-ci.org/cbmjs/cbm-api) [![codecov](https://codecov.io/gh/cbmjs/cbm-api/branch/master/graph/badge.svg)](https://codecov.io/gh/cbmjs/cbm-api) [![npm version](https://badge.fury.io/js/cbm-api.svg)](https://badge.fury.io/js/cbm-api)
1+
# cbm-api [![Build Status](https://travis-ci.org/cbmjs/cbm-api.svg?branch=master)](https://travis-ci.org/cbmjs/cbm-api) [![codecov](https://codecov.io/gh/cbmjs/cbm-api/branch/master/graph/badge.svg)](https://codecov.io/gh/cbmjs/cbm-api) [![npm version](https://badge.fury.io/js/%40cbmjs%2Fcbm-api.svg)](https://badge.fury.io/js/%40cbmjs%2Fcbm-api)
22

33
Node.js interface to the CallByMeaning network server. For further information, consult the website of the server-side project: [CallByMeaning](https://github.com/cbmjs/CallByMeaning).
44

@@ -7,7 +7,7 @@ Node.js interface to the CallByMeaning network server. For further information,
77
To require the module in a project, we can use the expression:
88

99
```javascript
10-
const CallByMeaning = require('cbm-api');
10+
const CallByMeaning = require('@cbmjs/cbm-api');
1111
```
1212

1313
## Getting Started

0 commit comments

Comments
 (0)