diff --git a/README.md b/README.md index e69de29..4230d56 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +## Ineural - js neural network library + +Ineural is a neural network library written in javascript. It is a simple library that can be used to create neural networks and train them. It is written in javascript and can be used in the browser or in nodejs. \ No newline at end of file diff --git a/package.json b/package.json index c36d223..ef0ded1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ineural", - "version": "1.0.0", + "version": "1.1.0", "description": "A javascript implementation of a neural network", "main": "nn.js", "scripts": {