Skip to content

Commit f11e657

Browse files
committed
Updated README
1 parent d40f394 commit f11e657

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ Editor can be found here: [StorageAPI_Editor](https://github.com/ToxicTree/Stora
2121
</table>
2222

2323
##### Install
24-
git clone https://github.com/ToxicTree/StorageAPI.git
25-
cd StorageAPI
26-
composer install
24+
```bash
25+
git clone https://github.com/ToxicTree/StorageAPI.git
26+
cd StorageAPI
27+
composer install
28+
```
2729

2830
##### Running development server
29-
cd public
30-
php -S localhost:8000
31+
```bash
32+
cd public
33+
php -S localhost:8000
34+
```

0 commit comments

Comments
 (0)