Skip to content

Commit

Permalink
Version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kedashoe committed Apr 2, 2023
1 parent cb73de9 commit afe98b0
Show file tree
Hide file tree
Showing 8 changed files with 2,637 additions and 2,094 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -117,13 +117,13 @@ or the minified version:
or from a CDN, either cdnjs:

```html
<script src="//cdnjs.cloudflare.com/ajax/libs/ramda/0.27.1/ramda.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ramda/0.28.0/ramda.min.js"></script>
```

or one of the below links from [jsDelivr](http://jsdelivr.com):

```html
<script src="//cdn.jsdelivr.net/npm/ramda@0.27.1/dist/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/ramda@0.28.0/dist/ramda.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/ramda@latest/dist/ramda.min.js"></script>
```

Expand Down

0 comments on commit afe98b0

Please sign in to comment.