Skip to content

Commit b0f7c5c

Browse files
committed
Fix some typos and improve clarity
1 parent e26a662 commit b0f7c5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
This folder contains the h5p general library. The files within this folder are not specific to any framework.
1+
This folder contains the general H5P library. The files within this folder are not specific to any framework.
22

3-
Any interaction with LMS, CMS or other frameworks is done through interfaces. Plattforms needs to implement
3+
Any interaction with an LMS, CMS or other frameworks is done through interfaces. Platforms need to implement
44
the H5PFrameworkInterface(in h5p.classes.php) and also do the following:
55

6-
- Provide a form for uploading h5p packages.
7-
- Place the uploaded h5p packages in a temporary directory
6+
- Provide a form for uploading H5P packages.
7+
- Place the uploaded H5P packages in a temporary directory
88
+++
99

10-
See existing implementations for details. For instance the Drupal h5p module located on drupal.org/project/h5p
10+
See existing implementations for details. For instance the Drupal H5P module located at drupal.org/project/h5p
1111

12-
We will make available documentations and tutorials for creating platform integrations in the future
12+
We will make available documentation and tutorials for creating platform integrations in the future.
1313

14-
The H5P PHP library is GPL licensed due to GPL code being used for purifying HTML provided by authors.
14+
The H5P PHP library is GPL licensed due to GPL code being used for purifying HTML provided by authors.

0 commit comments

Comments
 (0)