Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
squallstar committed Apr 28, 2017
1 parent 2d4f441 commit e5eb426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Fliplet-SDK.md
Expand Up @@ -27,7 +27,7 @@ Other dependencies can be included by providing a comma-separated list of the pa
e.g. `packages?lodash,fliplet-datasources,fliplet-media`

```html
<script type="text/javascript" src="http://api.fliplet.dev/sdk.js?packages=fliplet-media&auth_token=123"></script>
<script type="text/javascript" src="https://cdn.api.fliplet.com/sdk.js?packages=fliplet-media&auth_token=123"></script>
```

**Note:** `fliplet-core` is included by default, hence doesn't need to be listed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fliplet-cli",
"version": "3.4.0",
"version": "3.4.1",
"description": "Command line utility for creating and running components, themes and menus to be used on the Fliplet platform.",
"main": "fliplet.js",
"scripts": {
Expand Down

0 comments on commit e5eb426

Please sign in to comment.