Skip to content

Commit 5c798c6

Browse files
committed
update README
1 parent 0366394 commit 5c798c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Moodle hello world block plugin
1+
# Moodle *hello world* block plugin
22

33
## Description
4-
This repo is a basic block hello world plugin. This can be used as a template for MOODLE block plugin development.
4+
This repo is a basic *hello world* block plugin for [Moodle](https://moodle.com/) LMS. This can be used as a template for Moodle block plugin development.
55

66
## Installation
7-
* clone this repo and rename it *helloworld*
7+
* clone this repo and rename it to *helloworld*
88
* move the *helloworld* folder to the *blocks* folder of your moodle installation
9-
* go to the admin page to enable the plugin, e.g. *https://localhost/admin/index.php*
9+
* go to the admin page to enable the plugin, e.g. *http://localhost/admin/index.php*
1010

1111
That was it ! You can now add a hello world block.
1212

@@ -15,9 +15,9 @@ That was it ! You can now add a hello world block.
1515
Connect as an admin and add a "hello world" block. Once added, you can configure your block settings.
1616

1717
### Global configuration
18-
* The global configuration of the block is available at : *https://localhost/admin/settings.php?section=blocksettinghelloworld*
18+
* The global configuration of the block is available at : *http://localhost/admin/settings.php?section=blocksettinghelloworld*
1919

2020
## Ressources
21+
* [Moodle official development main page](https://docs.moodle.org/dev/Main_Page)
22+
* [Moodle official development block page](https://docs.moodle.org/dev/Blocks)
2123
* [Moodle programming course](https://www.youtube.com/playlist?list=PLgfLVzXXIo5q10qVXDVyD-JZVyZL9pCq0)
22-
* [Moodle official dev main page](https://docs.moodle.org/dev/Main_Page)
23-
* [Moodle official dev block page](https://docs.moodle.org/dev/Blocks)

0 commit comments

Comments
 (0)