File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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.
9898The other components should be children (or grandchildren, etc.) of the ` <Alignment> ` component.
9999
100100#### Sentence
@@ -149,14 +149,17 @@ cd example
149149yarn 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```
You can’t perform that action at this time.
0 commit comments