Skip to content

Commit 3f47a61

Browse files
committed
Small fixes
1 parent 0d389ce commit 3f47a61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create videos programmatically in PHP
22
Create and edit videos: add watermarks, resize videos, create slideshows, add soundtrack, automate the creation of videos in multiple languages, add voice-over, add text animations.
33

4-
JSON2Video API is the easiest way to create, edit and customise videos programmatically. Its dead simple approach, close to the web development mindset, makes it the ultimate solution for developers that want to create or customise videos in an automated way.
4+
[JSON2Video API](https://json2video.com) is the easiest way to create, edit and customise videos programmatically. Its dead simple approach, close to the web development mindset, makes it the ultimate solution for developers that want to create or customise videos in an automated way.
55

66
Additionally, the simple integration of real HTML5+CSS elements, the already built-in text animations and voice generation (TTS) converts JSON2Video in the best solution in its category.
77

@@ -94,4 +94,4 @@ JSON2Video makes video creation easy as a piece of cake:
9494

9595
This is the resulting video:
9696

97-
https://assets.json2video.com/mkt/github/hello-world.mp4
97+
https://assets.json2video.com/sites/github/hello-world.mp4

examples/hello-world.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use JSON2Video\Scene;
1414

1515
// Import the SDK
16-
include "../src/json2video-php-sdk.php";
16+
include "../bundled/all.php";
1717

1818
// Get your free API key at https://json2video.com
1919
define ('YOUR_API_KEY', '');

0 commit comments

Comments
 (0)