Skip to content

Commit

Permalink
fix: rename library and add contributer
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-nordnes-eriksen committed May 31, 2018
1 parent 4d3576a commit a57299e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ATEM-connection
[![CircleCI](https://circleci.com/gh/nrkno/tv-automation-atem-connection.svg?style=svg)](https://circleci.com/gh/nrkno/tv-automation-atem-connection)

This is a library for connecting to Blackmagic Design ATEM devices, created by SuperFly.tv

Expand Down Expand Up @@ -30,7 +31,7 @@ If you want to make a contribution, feel free to open a PR.
## Usage

```javascript
const { Atem } = require('atem-connection')
const { Atem } = require('tv-automation-atem-connection')
const myAtem = new Atem({ externalLog: console.log })

myAtem.connect('192.168.168.240')
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "atem-connection",
"name": "tv-automation-atem-connection",
"version": "0.0.0",
"description": "Typescript Node.js library for connecting with an ATEM switcher.",
"main": "dist/index.js",
Expand All @@ -18,7 +18,11 @@
"name": "Balte de Wit",
"email": "[email protected]",
"url": "http://balte.nl"
}
},
{
"name": "Stephan Nordnes Eriksen",
"email": "[email protected]"
}
],
"scripts": {
"info": "npm-scripts-info",
Expand Down

0 comments on commit a57299e

Please sign in to comment.