Skip to content

Commit

Permalink
upgraded readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ortexx committed Mar 24, 2021
1 parent f3e5641 commit 89a0fc2
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 @@ -47,10 +47,10 @@ You can install it via npm
npm install akili --save
```

or [download](https://akilijs.com/js/libs/akili.min.js) and include as a script
or [download](https://akilijs.com/js/libs/akili.js) and include as a script

```
<script src="/akili.min.js"></script>
<script src="/akili.js"></script>
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"url": "https://github.com/ortexx/akili"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.12.0"
}
}

0 comments on commit 89a0fc2

Please sign in to comment.