Skip to content

Commit

Permalink
3.1.1 release: Metadata revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan7g committed Feb 26, 2019
1 parent 8737d7b commit 63cd301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def updateAllPlayers
list players of=player
```

To import a protospec as a `StreamingAbstractor`:
To import a Protospec as a `StreamingAbstractor`:

```js
// ... load spec, ex. fs.readFileSync(path.join(__dirname, 'my.pspec'))
Expand All @@ -218,7 +218,7 @@ myAbstractor.on('updateAllPlayers', (data) => {
})
```

To import a protospec as an `Object` of `Schema`s:
To import a Protospec as an `Object` of `Schema`s:

```js
const mySchemas = protospec.importAll(spec)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protocore",
"version": "3.1.0",
"version": "3.1.1",
"description": "Specify and deploy performant binary protocol structures in Node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 63cd301

Please sign in to comment.