We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b334a91 commit d0a3897Copy full SHA for d0a3897
README.md
@@ -43,10 +43,10 @@ Este paso se omite si se utiliza la instalación via composer.
43
$ git clone https://github.com/sipay/php-sdk.git
44
```
45
46
-Entonces establecemos la variable "path_autoload" a "<directorio_de_descarga_de_php-sdk>/autoload.php":
+Entonces establecemos la variable "path_autoload" a "<directorio_de_descarga_de_php-sdk>/src/autoload.php"
47
48
```php
49
-$path_autoload = "<directorio_de_descarga_de_php-sdk>/autoload.php";
+$path_autoload = "<directorio_de_descarga_de_php-sdk>/src/autoload.php";
50
51
52
## 3.2.2 Composer
0 commit comments