Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cploutarchou committed Sep 27, 2022
1 parent c46f74d commit 97a8820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
- Fix import issues
### Version 1.0.4
- Create install script for MacOS
- Fix import issues
### Version 1.0.3
### Version 1.0.2
### Version 1.0.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![logo](https://raw.githubusercontent.com/cploutarchou/MicroGO/master/docs/cover.png)
# The Go version of Laravel Framework
# The Go version of Django Framework

In MicroGO, I take some of the most valuable features in Laravel and implement similar functionality in Go.
In MicroGO, I take some of the most valuable features in Django and implement similar functionality in Go.

Since Go is compiled and type-safe, web applications written in this language are typically much faster and far less
error-prone than an equivalent application, Laravel, written in PHP.
error-prone than an equivalent application, Django, written in Python.

## Requirements
make sure you have the following dependencies:
Expand Down

0 comments on commit 97a8820

Please sign in to comment.