Skip to content

Commit 0bb87f5

Browse files
committed
Updated readme.
1 parent 00b4b71 commit 0bb87f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ web.go is the simplest way to write web applications in the Go programming langu
77
web.go should be familiar to people who've developed websites with higher-level web frameworks like sinatra, pylons, or web.py. It is designed to be a lightweight web framework that doesn't impose any scaffolding on the user. Some features include:
88

99
* Routing to url handlers based on regular expressions
10-
* Support for user sessions
10+
* User sessions
11+
* Support for fastcgi and scgi
1112
* Web applications are compiled to native code. This means very fast execution and page render speed ( benchmarks coming soon :)
1213

1314
## Installation
@@ -40,7 +41,7 @@ You can point your browser to http://localhost:9999/world .
4041

4142
## Documentation
4243

43-
More documentation, including a tutorial and API docs, is available on [web.go's home page][http://www.getwebgo.com]
44+
More documentation, including a tutorial and API docs, is available on [web.go's home page](http://www.getwebgo.com)
4445

4546
## About
4647

0 commit comments

Comments
 (0)