Skip to content

Commit

Permalink
correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
coussej committed Oct 25, 2019
1 parent e9cefa4 commit 143f015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ Brought to you by [Factry](www.factry.io).

### From source

* Install the LTS version of NodeJS on you system. Last tested with v12.
* Install the latest version of NodeJS v10 on you system.
* Clone this repository.
* Run `npm install` in the project root.
* Create a `config.toml` of `config.json` file (see configuration).
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "opcua-logger",
"name": "influx-opcua-logger",
"description": "A logger for logging OPC UA data to InfluxDB",
"version": "2.0.0-alpha",
"main": "logger.js",
Expand Down

0 comments on commit 143f015

Please sign in to comment.