Skip to content

Commit d0a3897

Browse files
committed
fixing path_autoload in readme
1 parent b334a91 commit d0a3897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Este paso se omite si se utiliza la instalación via composer.
4343
$ git clone https://github.com/sipay/php-sdk.git
4444
```
4545

46-
Entonces establecemos la variable "path_autoload" a "<directorio_de_descarga_de_php-sdk>/autoload.php":
46+
Entonces establecemos la variable "path_autoload" a "<directorio_de_descarga_de_php-sdk>/src/autoload.php"
4747

4848
```php
49-
$path_autoload = "<directorio_de_descarga_de_php-sdk>/autoload.php";
49+
$path_autoload = "<directorio_de_descarga_de_php-sdk>/src/autoload.php";
5050
```
5151

5252
## 3.2.2 Composer

0 commit comments

Comments
 (0)