Skip to content

Commit 57084e1

Browse files
nirmaozNir Maoz
authored andcommitted
Update readme
1 parent 60a2fde commit 57084e1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,17 @@ Optional:
6060

6161
## Usage
6262

63-
The library includes 4 Elements:
63+
The library includes 6 Components:
6464

6565
* CloudinaryContext
6666
* Image
67+
* Audio
6768
* Video
6869
* Transformation
70+
* Placeholder - can only be used as child of an Image component
71+
72+
## Components Demo
73+
Storybook for the components is available [here](https://cloudinary.github.io/cloudinary-react/)
6974

7075
### CloudinaryContext
7176
CloudinaryContext allows you to define shared parameters that are applied to all children elements.
@@ -115,6 +120,13 @@ Stay tuned for updates, tips and tutorials: [Blog](http://cloudinary.com/blog),
115120

116121
Impact the product, hear updates, test drive new features and more! Join [here](https://www.facebook.com/groups/CloudinaryCommunity).
117122

123+
## Updating github pages
124+
The github pages source is the "gh-pages" branch. To generate updated storybook:
125+
1. Switch to "gh-pages" branch
126+
2. pull from master
127+
3. rebuild storybook by running "npm run build-storybook"
128+
4. commit and push
129+
118130
## License
119131

120132
Released under the MIT license.

0 commit comments

Comments
 (0)