Skip to content

Commit

Permalink
docs: script tag (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored and xiaoyuhen committed Mar 27, 2019
1 parent c7a7b2a commit 85de203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ render(<Player sources={sources} />)
### React を使用していない場合

```html
<script src="https://unpkg.com/griffith-standalone/dist/index.umd.min.js" /></script>
<script src="https://unpkg.com/griffith-standalone/dist/index.umd.min.js"></script>
```

```js
Expand Down
2 changes: 1 addition & 1 deletion README-zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ render(<Player sources={sources} />)
### 非 React 应用

```html
<script src="https://unpkg.com/griffith-standalone/dist/index.umd.min.js" /></script>
<script src="https://unpkg.com/griffith-standalone/dist/index.umd.min.js"></script>
```

```javascript
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ render(<Player sources={sources} />)
### non-React application

```html
<script src="https://unpkg.com/griffith-standalone/dist/index.umd.min.js" /></script>
<script src="https://unpkg.com/griffith-standalone/dist/index.umd.min.js"></script>
```

```js
Expand Down

0 comments on commit 85de203

Please sign in to comment.