Prayag Verma
commited on
Commit
·
6eba7f5
1
Parent(s):
64ff0a9
Fix Typo in Readme (#140)
Browse files`seemlessly` 🠚 `seamlessly`
readme.md
CHANGED
|
@@ -136,7 +136,7 @@ driver.highlight({
|
|
| 136 |
|
| 137 |
### Creating Feature Introductions – [Demo](http://kamranahmed.info/driver.js)
|
| 138 |
|
| 139 |
-
Feature introductions are helpful when onboarding new users and giving them an idea about different parts of the application; you can create them
|
| 140 |
|
| 141 |
```javascript
|
| 142 |
const driver = new Driver();
|
|
|
|
| 136 |
|
| 137 |
### Creating Feature Introductions – [Demo](http://kamranahmed.info/driver.js)
|
| 138 |
|
| 139 |
+
Feature introductions are helpful when onboarding new users and giving them an idea about different parts of the application; you can create them seamlessly with Driver. Define the steps and call the `start` when you want to start presenting. User will be able to control the steps using the keyboard or using the buttons on popovers.
|
| 140 |
|
| 141 |
```javascript
|
| 142 |
const driver = new Driver();
|