Skip to content

Commit 41d0fd5

Browse files
committed
Update readme.
1 parent fe2dc25 commit 41d0fd5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
ooc-web
22
========
3-
A web application and server specification and library. This provides a
3+
A web application and server library. This provides a
44
standard interface for web applications to communicate with web servers.
55
Your web application will work with any web server that implements
66
this specification.
77

88
Author: Joshua Roesslein
9-
License:
10-
WASP library: BSD
11-
Specification: Public Domain
9+
License: BSD

web/Router.ooc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Router: class extends Application {
3737
}
3838
}
3939

40-
// If not match found, use not found app
40+
// If no match found, use not found app
4141
if (!_currentApp) _currentApp = _notFoundApp
4242

4343
_currentApp request = request

0 commit comments

Comments
 (0)