Skip to content

Commit

Permalink
fixed the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BekhruzSNiyazov committed Aug 16, 2021
1 parent 6274786 commit 8c36e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here is an example of how you can use `basicUI`:
</head>
<body>
<!-- importing basicUI -->
<script src="https://cdn.jsdelivr.net/gh/BekhruzSNiyazov/basicUI@2.1.0/src/basicUI.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/BekhruzSNiyazov/basicUI@2.1.3/src/basicUI.js" crossorigin="anonymous"></script>
<!-- your JavaScript code -->
<script src="index.js"></script>
</body>
Expand All @@ -42,7 +42,7 @@ Or, you can write all code in one file:
</head>
<body>
<!-- importing basicUI -->
<script src="https://cdn.jsdelivr.net/gh/BekhruzSNiyazov/basicUI@2.1.0/src/basicUI.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/BekhruzSNiyazov/basicUI@2.1.3/src/basicUI.js" crossorigin="anonymous"></script>
<!-- your JavaScript code -->
<script>
let navbar = createNavBar();
Expand Down

0 comments on commit 8c36e19

Please sign in to comment.