Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 29aacec

Browse files
author
Booyoun
authored
Merge pull request #45 from cosmostation/develop
Develop
2 parents 4672b47 + 85eb319 commit 29aacec

File tree

5 files changed

+46515
-4
lines changed

5 files changed

+46515
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# compiled output
4-
/dist
4+
# /dist
55
/tmp
66
/out-tsc
77

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@ CosmosJS supports browserify.
4646
const cosmosjs = require("@cosmostation/cosmosjs");
4747
```
4848

49-
#### Browser
49+
#### CDN
50+
51+
- You can find cosmosjs jsDelivr and use the global cosmosjs variable.
52+
- You can see example file at [/example/browser-example.html](https://github.com/cosmostation/cosmosjs/tree/master/example/browser-example.html)
5053

5154
```js
52-
<script src='js/cosmosjs-bundle.js'></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/cosmosjs@0.5.7/dist/cosmosjs-0.5.7.js"></script>
5356
```
5457

5558
## Usage

0 commit comments

Comments
 (0)