Skip to content

Commit e6bf76d

Browse files
authored
Merge pull request #53 from cloudinary/readme-update-known-issue
Remove notification about "known issue with CodeSandbox" from README
2 parents d5fd5eb + af7e6bb commit e6bf76d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cloudinary Vue SDK
1+
# Cloudinary Vue SDK
22

33
[![Build Status](https://travis-ci.org/cloudinary/cloudinary-vue.svg?branch=master)](https://travis-ci.org/cloudinary/cloudinary-vue)
44

@@ -140,20 +140,15 @@ For example:
140140
```jsx
141141
<cld-image cloudName="demo" publicId="sample">
142142
<cld-transformation angle="-45" />
143-
<cld-transformation effect="trim" angle="45" crop="scale" width="600">
144-
<cld-transformation overlay="text:Arial_100:Hello" />
145-
</cld-transformation>
143+
<cld-transformation effect="trim" angle="45" crop="scale" width="600" />
144+
<cld-transformation overlay="text:Arial_100:Hello" />
146145
</cld-image>
147146
```
148147

149148
#### CldPoster
150149

151150
an optional `CldVideo` child element that will specify image resource to be provided to `poster` attribute of the `video` element.
152151

153-
## ⚠️ Known Issues
154-
155-
- If you want to work with the SDK in CodeSandbox, start with this Vue.js SDK CodeSandbox template.
156-
157152
## Additional resources
158153

159154
Additional resources are available at:

0 commit comments

Comments
 (0)