diff --git a/README.md b/README.md index 5cf6b99..46275f5 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ A set of classes that provide basic web pages creation utilities in addition to - - + +

@@ -29,6 +29,8 @@ This library is a part of WebFior The library support all versions starting from version 5.6 up to version 7.4. ## Usage +For more information on how to use the library, [check here](https://webfiori.com/learn/ui-package) + The very basic use case is to have HTML document with some text in its body. The class HTMLDoc represent HTML document. What we have to do is simply to create an instance of this class, add a text to its body. Assuming that you have an autoloader to load your classes, the class can be used as follows: ``` php use webfiori\ui\HTMLDoc; @@ -48,7 +50,7 @@ The output of this code is HTML 5 document. The structure of the document will b - + Hello World!