diff --git a/README.md b/README.md index 8307d3c..860026d 100644 --- a/README.md +++ b/README.md @@ -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')) @@ -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) diff --git a/package.json b/package.json index 57be82b..41af97e 100644 --- a/package.json +++ b/package.json @@ -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": {