Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit cbf6c1e

Browse files
Stewart PolleyStewart Polley
authored andcommitted
Corrected Readme
1 parent 4715876 commit cbf6c1e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library is all set to go with version 1 of the <a href="https://www.Elvanto
77
The preferred way to install Elvanto for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:
88

99
```js
10-
npm install elvanto-node
10+
npm install elvanto-api
1111
```
1212

1313
## Authenticating
@@ -18,7 +18,7 @@ The Elvanto API supports authentication using either <a href="https://www.Elvant
1818

1919
* Quick summary
2020
This is an API wrapper to use in conjunction with an Elvanto account. This wrapper can be used by developers to develop programs for their own churches, or to design integrations to share to other churches using OAuth authentication.
21-
* Version 1.0
21+
* Version 1.0.1
2222

2323
### Using OAuth 2
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elvanto-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "API wrapper for use in conjunction with an Elvanto account. This wrapper can be used by developers to develop programs for their own churches using an API Key, or to design integrations to share to other churches using OAuth authentication.",
55
"main": "./lib/elvanto.js",
66
"keywords": [

0 commit comments

Comments
 (0)