Skip to content

Commit de825f6

Browse files
committed
Update Readme
1 parent ef87b9c commit de825f6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ register(
5353

5454
```
5555

56-
where `selectors` is an object on functions like:
56+
where `selectors` is an object with functions like:
5757

5858
```js
5959
{
@@ -177,6 +177,7 @@ When `isGlobal = true` decorator will consider all passing data as global
177177
### Pass parameters to addon
178178

179179
Creates functions for passing parameters to your addon
180+
180181
See usage above
181182

182183
```js
@@ -202,7 +203,7 @@ setConfig({
202203
```
203204
You should run it **before** using `register`, `setParameters` and `createDecorator`
204205

205-
>Note: don't remember to use setConfig both in on manager and preview sides with the same parameters
206+
>Note: don't forget to use setConfig both in on manager and preview sides with the same parameters
206207
207208

208209
### Addon panel UI components
@@ -240,13 +241,13 @@ register()(AddonPanel)
240241

241242
```
242243

243-
<Layout> has `display: flex` with `flex-direction: row` when bottom and `flex-direction: column` in right side.
244+
`<Layout>` has `display: flex` with `flex-direction: row` when bottom and `flex-direction: column` in right side.
244245

245-
You can specify the size of <Block>. In case of horizontal layout it will be the width, in case of vertical - height of element.
246+
You can specify the size of `<Block>`. In case of horizontal layout it will be the width, in case of vertical - height of element.
246247

247248
Otherwise it will have `flex-grow: 1`
248249

249250
## Credits
250251

251-
<div align="left" style="height: 16px;">Created with ❤︎ to <b>React</b> and <b>Storybook</b> by <a href="https://twitter.com/UsulPro">@usulpro</a> [<a href="https://github.com/react-theming">React Theming</a>]
252+
<div align="left" style="height: 16px;">Created with ❤︎ to <b>React</b> and <b>Storybook</b> by <a href="https://twitter.com/UsulPro">Oleg Proskurin</a> [<a href="https://github.com/react-theming">React Theming</a>]
252253
</div>

0 commit comments

Comments
 (0)