Skip to content

Commit 4c0508a

Browse files
OwenMelbztabacitu
authored andcommitted
readme updates (#121)
tweaked some markdown and removed whitespace
1 parent df819f8 commit 4c0508a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Features:
2323
- Easily extend fields (customising a field type or adding a new one is as easy as creating a new view with a particular name)
2424
- Easily overwrite functionality (customising how the create/update/delete/reorder process works is as easy as creating a new function with the proper name in your EntityCrudCrontroller)
2525

26-
**Subscribe to the [Mailchimp list](http://eepurl.com/bUEGjf) to be announced of any major features or breaking changes (once every 1-3 months).**
26+
**Subscribe to the [Mailchimp list](http://eepurl.com/bUEGjf) to be announced of any major features or breaking changes (once every 1-3 months).**
2727

2828
![List / table view for Backpack/CRUD](https://dl.dropboxusercontent.com/u/2431352/backpack_crud_list.png)
2929

@@ -59,14 +59,14 @@ $ php artisan vendor:publish --provider="Backpack\CRUD\CrudServiceProvider" --ta
5959

6060
5) If you haven't already, go through [steps 3-5 from the Backpack\Base installation](https://github.com/Laravel-Backpack/Base#install) (it provides the general views for the admin panel - layout, menu, notification bubbles, etc).
6161

62-
6) [Optional] You can now the file manager to the menu, in resources/views/vendor/backpack/base/inc/sidebar.blade.php or menu.blade.php:
62+
6) [Optional] You can now the file manager to the menu, in `resources/views/vendor/backpack/base/inc/sidebar.blade.php` or `menu.blade.php`:
6363
```html
6464
<li><a href="{{ url('admin/elfinder') }}"><i class="fa fa-files-o"></i> <span>File manager</span></a></li>
6565
```
6666

6767
## Usage
6868

69-
Check out the documentation at https://laravelbackpack.com
69+
Check out the documentation at https://laravelbackpack.com
7070

7171

7272
In short:

0 commit comments

Comments
 (0)