Update README.md

Add https, add dots
This commit is contained in:
Dusta
2018-04-14 20:32:35 +02:00
committed by GitHub
parent 860ebb618e
commit b2d55b677d

View File

@@ -1,10 +1,11 @@
# Smarty 3 template engine # Smarty 3 template engine
www.smarty.net [smarty.net](https://www.smarty.net/)
## Documentation ## Documentation
For documentation see For documentation see
www.smarty.net/docs/en/ [www.smarty.net/docs/en/](https://www.smarty.net/docs/en/)
## Distribution repository ## Distribution repository
> Smarty 3.1.28 introduces run time template inheritance > Smarty 3.1.28 introduces run time template inheritance
@@ -16,7 +17,7 @@ Smarty versions 3.1.11 or later are now on github and can be installed with Comp
The "smarty/smarty" package will start at libs/.... subfolder. The "smarty/smarty" package will start at libs/.... subfolder.
To get the latest stable version of Smarty 3.1 use To get the latest stable version of Smarty 3.1 use:
```json ```json
"require": { "require": {
@@ -26,7 +27,7 @@ To get the latest stable version of Smarty 3.1 use
in your composer.json file. in your composer.json file.
To get the trunk version use To get the trunk version use:
```json ```json
"require": { "require": {
@@ -34,7 +35,7 @@ To get the trunk version use
} }
``` ```
For a specific version use something like For a specific version use something like:
```json ```json
"require": { "require": {
@@ -42,7 +43,7 @@ For a specific version use something like
} }
``` ```
PHPUnit test can be installed by corresponding composer entries like PHPUnit test can be installed by corresponding composer entries like:
```json ```json
"require": { "require": {
@@ -50,7 +51,7 @@ PHPUnit test can be installed by corresponding composer entries like
} }
``` ```
Similar applies for the lexer/parser generator Similar applies for the lexer/parser generator.
```json ```json
"require": { "require": {
@@ -58,7 +59,7 @@ Similar applies for the lexer/parser generator
} }
``` ```
Or you could use Or you could use:
```json ```json
"require": { "require": {
@@ -66,6 +67,6 @@ Or you could use
} }
``` ```
Which is a wrapper to install all 3 packages Which is a wrapper to install all 3 packages.
Composer can also be used for Smarty2 versions 2.6.24 to 2.6.30 Composer can also be used for Smarty2 versions 2.6.24 to 2.6.30.