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 403b784 commit c783d2cCopy full SHA for c783d2c
README.md
@@ -48,7 +48,7 @@ Get the package and it's dependencies:
48
49
Run the example:
50
51
-`cd vendor\bitvavo\php-bitvavo-api\example`
+`cd vendor/bitvavo/php-bitvavo-api/example`
52
53
`php example.php`
54
bitvavo.php
@@ -1,5 +1,5 @@
1
<?php
2
-require __DIR__.'\..\..\..\vendor\autoload.php';
+require __DIR__.'/../../../vendor/autoload.php';
3
use Ratchet\MessageComponentInterface;
4
use Ratchet\ConnectionInterface;
5
0 commit comments