Skip to content

Commit

Permalink
Merge pull request #17 from crshnburn/version-update
Browse files Browse the repository at this point in the history
Update version and naming
  • Loading branch information
crshnburn committed Dec 16, 2015
2 parents 3f92211 + c6d77d7 commit b47084f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [z/OS Connect Node.js client](#zos-connect-nodejs-client)
- [Node zosconnect](#node-zosconnect)
- [Installing](#installing)
- [Usage](#usage)
- [Connecting to z/OS Connect](#connecting-to-zos-connect)
Expand All @@ -22,15 +22,15 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## z/OS&reg; Connect Node.js client
## Node zosconnect

A wrapper service for z/OS&reg; Connect, enabling node applications to discover and access zSystems resources
that are service enabled by z/OS&reg; Connect.

Services are identified by name that is unique within the scope of the target z/OS&reg; Connect instance
(or cluster). The node application uses pre-existing knowledge of the service name, or discovers it
dynamically by retrieving a list of available services. The z/OS&reg; Connect node wrapper provides access
to JSON request and response schemas for the specific z/OS&reg; Conenct service, enabling the node
to JSON request and response schemas for the specific z/OS&reg; Connect service, enabling the node
application to invoke that service and process the response.

### Installing
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zosconnect-node",
"version": "0.1.0",
"description": "Simple node.js wrapper for z/OS Connect Services",
"version": "0.2.0",
"description": "Node zosconnect",
"main": "index.js",
"dependencies": {
"async": "1.4.2",
Expand All @@ -26,8 +26,9 @@
"url": "https://github.com/zosconnect/zosconnect-node.git"
},
"keywords": [
"z/OS"
"z/OS",
"z/OS Connect"
],
"author": "Andrew Smithson",
"author": "",
"license": "Apache-2.0"
}

0 comments on commit b47084f

Please sign in to comment.