Skip to content

Commit ed9731e

Browse files
authored
Fixed typo (#3)
* Fixed typo * Update plugin path
1 parent 15b4fbd commit ed9731e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ src/ export-ignore
77
.prettyci.composer.json export-ignore
88
.travis.yml export-ignore
99
bref-extra export-ignore
10-
bchecksums.json export-ignore
10+
checksums.json export-ignore
1111
Makefile export-ignore
12-

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ provider:
1717

1818
plugins:
1919
- ./vendor/bref/bref
20-
- ./vendor/bref/extra-layers # <----- Add the extra Serverless plugin
20+
- ./vendor/bref/extra-php-extensions # <----- Add the extra Serverless plugin
2121

2222
functions:
2323
console:

0 commit comments

Comments
 (0)