Skip to content

Commit f091b88

Browse files
committed
update
1 parent 6b71909 commit f091b88

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ uses Front Controller, and MVC.
4141

4242
The Framework source code can be found here: [ironphp/ironphp](https://github.com/ironphp/ironphp).
4343

44-
> **Note:** No stable release yet - [IronPHP Framework 1.0.12 alpha1](https://github.com/ironphp/ironphp/releases/tag/1.0.12-alpha1) version has been released.
44+
> **Note:** No stable release yet - [IronPHP Framework 1.0.13 alpha1](https://github.com/ironphp/ironphp/releases/tag/1.0.13-alpha1) version has been released.
4545
4646
## Table of Contents
4747

@@ -66,7 +66,7 @@ You can install IronPHP as your project using
6666
a starting point. you can run the following:
6767

6868
1. Download [Composer-Setup.exe](https://getcomposer.org/Composer-Setup.exe) or download `composer.phar` file.
69-
2. Run `.
69+
2. Run `php composer.phar create-project --prefer-dist ironphp/app [dir_name]`.
7070

7171

7272
If Composer is installed locally, run
@@ -149,7 +149,7 @@ Read and edit `'Configuraton'` in `config/app.php` and setup the `'Datasource'`
149149

150150
## About Us
151151

152-
IronPHP development is led by the [GaurangKumar Parmar](https://twitter.com/gaurangkumarp).
152+
IronPHP development is led by the [GaurangKumar](https://instagram.com/gaurangkumar1).
153153

154154
## Get Support
155155

@@ -169,7 +169,7 @@ For each report, we try to first confirm the vulnerability. Once confirmed, the
169169

170170
## Authors
171171

172-
- GaurangKumar Parmar | [GitHub](https://github.com/gaurangkumar) | [Twitter](https://twitter.com/gaurangkumarp) | [Patreon](https://www.patreon.com/gaurangkumar) | <gaurangkumarp@gmail.com>
172+
- GaurangKumar | [GitHub](https://github.com/gaurangkumar) | [Instagram](https://instagram.com/gaurangkumar1) | [Facebook](https://facebook.com/gaurangkumarp) | [Linkedin](https://www.linkedin.com/in/gaurangkumar/) | [Patreon](https://www.patreon.com/gaurangkumar) | <gaurangkumarp@gmail.com>
173173

174174
[1]: https://github.com/ironphp
175-
[2]: https://www.facebook.com/IronPHP-Framwork-325690624644002
175+
[2]: https://www.facebook.com/IronPHP

app/Template/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
/**
44
* @package IronPHP Application
5-
* @auther GaurangKumar Parmar <gaurangkumarp@gmail.com>
5+
* @auther GaurangKumar <gaurangkumarp@gmail.com>
66
*/
77
-->
88
<html>
@@ -28,14 +28,14 @@ <h1>{{name}} {{version}}</h1>
2828
</header>
2929
<h1 style="font-size:50px">The PHP Framework</h1>
3030
<h3 style="text-align:center">
31-
Developed and Maintained By <a href="https://twitter.com/gaurangkumarp" title="GaurangKumar on Twitter">GaurangKumar</a>
31+
Developed and Maintained By <a href="https://www.instagram.com/gaurangkumar1/" title="GaurangKumar on Instagram"><i class="fab fa-1x fa-instagram"></i> GaurangKumar</a>
3232
On
3333
<a href="https://github.com/ironphp/ironphp" title="IronPHP on GitHub">
3434
<i class="fab fa-1x fa-github"></i> Github
3535
</a>
3636
</h3>
3737
<h3 style="text-align:center">
38-
Follow us on <a href="https://www.facebook.com/IronPHP-Framwork-325690624644002/" title="IronPHP on Facebook">
38+
Follow us on <a href="https://www.facebook.com/ironphp/" title="IronPHP on Facebook">
3939
<i class="fab fa-1x fa-facebook"></i> Facebook
4040
</a>
4141
</h3>

0 commit comments

Comments
 (0)