Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrogehlen committed May 31, 2021
1 parent 3142e80 commit 6aebe1c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,12 @@ to the require section of your `composer.json` file.
How to use
----------

The extension depends bootstrap css then is necessary adds it in your AppAsset:
The extension depends the bootstrap css then is necessary adds it in `AppAsset`:

```php
class AppAsset extends AssetBundle {


public $js = [
...
];

public $css = [
...
];
...

public $depends = [
...
Expand All @@ -57,8 +50,6 @@ class AppAsset extends AssetBundle {
}
```



**View**:

```php
Expand Down

0 comments on commit 6aebe1c

Please sign in to comment.