Skip to content

Commit 872bcc1

Browse files
codedgeactions-user
authored andcommitted
Prettified Code!
1 parent 7e9fd52 commit 872bcc1

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Diff for: CODE_OF_CONDUCT.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
Using [FPDF](http://www.fpdf.org/) made easy with Laravel. See [FPDF homepage](http://www.fpdf.org/) for more information about the usage.
1010

1111
## Installation using [Composer](https://getcomposer.org/)
12+
1213
```sh
1314
composer require codedge/laravel-fpdf
1415
```
1516

1617
## Configuration
1718

18-
Run
19+
Run
1920
`php artisan vendor:publish --provider="Codedge\Fpdf\FpdfServiceProvider" --tag=config`
20-
to publish the configuration file to `config/fpdf.php`.
21-
21+
to publish the configuration file to `config/fpdf.php`.
2222

2323
## Usage
2424

0 commit comments

Comments
 (0)