Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antirek committed Feb 28, 2020
1 parent 361e123 commit f341a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
1. Добавьте в ваш html загрузку скрипта

`````javascript
<script src="https://unpkg.com/@antirek/network-diagram@0.1.1/dist/code-full.min.js"></script>
<script src="https://unpkg.com/@antirek/network-diagram@0.1.2/dist/code-full.min.js"></script>

`````
2. Добавьте div для схемы, задав ширину и высоту
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antirek/network-diagram",
"version": "0.1.1",
"version": "0.1.2",
"description": "simple network diagram so fast as write two lines of code ;)",
"main": "dist/code-full.min.js",
"scripts": {
Expand Down

0 comments on commit f341a45

Please sign in to comment.