Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hive-js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
hive
hive-js
Commits
0f54e08c
Commit
0f54e08c
authored
Aug 25, 2019
by
Fabien
Committed by
Justin Welch
Aug 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change CDN url (#451)
* Change CDN url * Remove version from the CDN url
parent
6cae9e93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
0f54e08c
...
...
@@ -42,9 +42,9 @@ steem.api.getAccounts(['ned', 'dan'], function(err, response){
```
## CDN
https://cdn.
steemjs.com/lib/late
st/steem.min.js
<br/>
https://cdn.
jsdelivr.net/npm/steem/di
st/steem.min.js
<br/>
```
html
<script
src=
"
//cdn.steemjs.com/lib/late
st/steem.min.js"
></script>
<script
src=
"
https://cdn.jsdelivr.net/npm/steem/di
st/steem.min.js"
></script>
```
## Webpack
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment