Skip to content

Commit 30d66a7

Browse files
committed
Fix installation instructions
1 parent 29a8e95 commit 30d66a7

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
@@ -16,7 +16,7 @@ If you have a usecase that's not listed above, please create an [issue](https://
1616

1717
- **Runs everywhere** - You only need PHP, **nothing else**
1818
- **Super simple API** - No machine learning knowledge required
19-
- **Maximum performance** - Preloads the machine learning core, so predictions are super fast
19+
- **Many applications** - Wide range of machine learning applications ready to use
2020

2121
## Installation
2222
#### 1. Install the package via composer:

install.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__.'/../../autoload.php';
33

44
// Specify where tensorflow should be downloaded to
55
\FuncAI\Config::setLibPath('./tensorflow/');

0 commit comments

Comments
 (0)