Skip to content

Commit d0f6a3b

Browse files
cyriachisk
authored andcommitted
Fix README version. (#36)
1 parent f04a9e6 commit d0f6a3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Currently there are only two ways of downloading Shards:
4242
* [Official Website](https://designrevision.com/download/shards)
4343
* [Release Package](https://github.com/DesignRevision/shards-ui/releases)
4444

45-
The distributed Shards assets are also available via CDN through [unpkg](https://unpkg.com/shards-ui@2.0.2/) and [jsDelivr](https://cdn.jsdelivr.net/npm/shards-ui@2.0.2/).
45+
The distributed Shards assets are also available via CDN through [unpkg](https://unpkg.com/shards-ui@2.0.3/) and [jsDelivr](https://cdn.jsdelivr.net/npm/shards-ui@2.0.3/).
4646

4747
<br />
4848

@@ -65,7 +65,7 @@ In order to take advantage of both Bootstrap and Shards' features you may want t
6565

6666
<!-- CSS Dependencies -->
6767
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
68-
<link rel="stylesheet" href="https://unpkg.com/shards-ui@2.0.2/dist/css/shards.min.css">
68+
<link rel="stylesheet" href="https://unpkg.com/shards-ui@2.0.3/dist/css/shards.min.css">
6969
</head>
7070
<body>
7171
<h1>Hello, world!</h1>
@@ -75,7 +75,7 @@ In order to take advantage of both Bootstrap and Shards' features you may want t
7575
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
7676
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
7777
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
78-
<script src="https://unpkg.com/shards-ui@2.0.2/dist/js/shards.min.js"></script>
78+
<script src="https://unpkg.com/shards-ui@2.0.3/dist/js/shards.min.js"></script>
7979
</body>
8080
</html>
8181
```
@@ -104,7 +104,7 @@ Building better products is something I'm trying to get really good at. I’d lo
104104

105105
### Acknowledgments
106106

107-
While building this project we used various free resources built and made
107+
While building this project we used various free resources built and made
108108
available by some wonderful people around the world. See the [ATTRIB.md](ATTRIB.md) file for details.
109109

110110
<br />

0 commit comments

Comments
 (0)