Skip to content

Commit 558859a

Browse files
committed
update readme
1 parent 5e1261d commit 558859a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Note that this package has the following peer dependencies:
2626

2727
### Demo
2828

29-
See the demo [App.js](/src/demo/App/App.js).
29+
See the demo [App.js](/example/src/App/App.js).
3030

3131
### Example
3232

@@ -94,7 +94,7 @@ export default App;
9494

9595
#### Alignment
9696

97-
The `<Alignment>` component accepts alignment XML as an `alignment` prop.
97+
The `<Alignment>` component accepts an XML document of an alignment as an `alignment` prop.
9898
The other components should be children (or grandchildren, etc.) of the `<Alignment>` component.
9999

100100
#### Sentence
@@ -149,14 +149,17 @@ cd example
149149
yarn start
150150
```
151151

152-
### Deploying demo application
153-
154-
`yarn deploy`
155-
156152
### Building
157153

158154
`yarn build`
159155

156+
### Deploying demo application
157+
158+
```
159+
yarn build
160+
yarn deploy
161+
```
162+
160163
### Publishing
161164

162165
```

0 commit comments

Comments
 (0)