Skip to content

Commit 20b05da

Browse files
committed
fixed readme formatting
1 parent f90e8c8 commit 20b05da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Then add the module to your app:
3535

3636
## Configuration
3737

38-
The TourConfigProvider allows you to set a couple options:
39-
- `prefixOptions` {boolean, default: false} if set to true will require directive options to be prefixed to avoid conflicts
40-
- `prefix` {string, default: 'bsTour'} the prefix to use if `prefixOptions` is set to `true`
41-
42-
Use `TourConfigProvider.set(<option>, <value>)` in your app's config block to change the settings
43-
44-
You can use either `tour` and `tourStep` or `bsTour` and `bsTourStep` as directive names without changing config.
38+
The TourConfigProvider allows you to set a couple options:
39+
- `prefixOptions` {boolean, default: false} if set to true will require directive options to be prefixed to avoid conflicts
40+
- `prefix` {string, default: 'bsTour'} the prefix to use if `prefixOptions` is set to `true`
41+
42+
Use `TourConfigProvider.set(<option>, <value>)` in your app's config block to change the settings
43+
44+
You can use either `tour` and `tourStep` or `bsTour` and `bsTourStep` as directive names without changing config.
4545

4646
## Examples
4747

0 commit comments

Comments
 (0)