Skip to content

Commit c783d2c

Browse files
committed
changed import to function on UNIX as well
1 parent 403b784 commit c783d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Get the package and it's dependencies:
4848

4949
Run the example:
5050

51-
`cd vendor\bitvavo\php-bitvavo-api\example`
51+
`cd vendor/bitvavo/php-bitvavo-api/example`
5252

5353
`php example.php`
5454

bitvavo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require __DIR__.'\..\..\..\vendor\autoload.php';
2+
require __DIR__.'/../../../vendor/autoload.php';
33
use Ratchet\MessageComponentInterface;
44
use Ratchet\ConnectionInterface;
55

0 commit comments

Comments
 (0)