DarienFlamont commited on
Commit
1a68d34
·
1 Parent(s): 926f242

Grammar changes and capitalization (#46)

Browse files

* Grammar changes and capitalization

* Minor fix

Files changed (1) hide show
  1. readme.md +3 -3
readme.md CHANGED
@@ -69,7 +69,7 @@ You can highlight a single element by simply passing the selector.
69
  const driver = new Driver();
70
  driver.highlight('#create-post');
71
  ```
72
- A real world usage example for this is: using it to dim the background and highlight the required element e.g. the way facebook does it when creating a post.
73
 
74
  ### Highlight and Popover – [Demo](http://kamranahmed.info/driver#single-element-with-popover)
75
 
@@ -106,7 +106,7 @@ driver.highlight({
106
 
107
  ### Creating Feature Introductions – [Demo](http://kamranahmed.info/driver)
108
 
109
- Feature introductions are helpful when onboarding new users and giving them idea about different parts of the application; you can create them seemlessly 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.
110
 
111
  ```javascript
112
  const driver = new Driver();
@@ -148,7 +148,7 @@ You can also hide the buttons and control the introductions programmatically by
148
 
149
  ## API
150
 
151
- Driver comes with several options that you can manipulate to make driver behave as you like
152
 
153
  ### Driver Definition
154
 
 
69
  const driver = new Driver();
70
  driver.highlight('#create-post');
71
  ```
72
+ A real world usage example for this is: using it to dim the background and highlight the required element e.g. the way Facebook does it when creating a post.
73
 
74
  ### Highlight and Popover – [Demo](http://kamranahmed.info/driver#single-element-with-popover)
75
 
 
106
 
107
  ### Creating Feature Introductions – [Demo](http://kamranahmed.info/driver)
108
 
109
+ Feature introductions are helpful when onboarding new users and giving them an idea about different parts of the application; you can create them seemlessly 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.
110
 
111
  ```javascript
112
  const driver = new Driver();
 
148
 
149
  ## API
150
 
151
+ Driver comes with several options that you can manipulate to make Driver behave as you like
152
 
153
  ### Driver Definition
154