Skip to content

Commit 376fb4f

Browse files
authored
Create README.md
1 parent 44fd79c commit 376fb4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Angular wizard is component module which can be used to develop form wizard.
44

55
Installation
66

7-
npm install angularts-wizard
7+
``` npm install angularts-wizard
8+
```
89

910
Now import WizardModule in angular module of your application.
1011

1112
Uses:
1213
In template.
13-
<pre>
14+
```
1415
<wizard>
1516
<step [title]="Step one">
1617
<h2>Form will be here</h2>
@@ -19,4 +20,4 @@ In template.
1920
<h2>Second part of Form will be here</h2>
2021
</step>
2122
</wizard>
22-
</pre>
23+
```

0 commit comments

Comments
 (0)