Skip to content

Commit e8413ed

Browse files
committed
Merge branch 'develop' into main
2 parents cb6bcf5 + 1eff213 commit e8413ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Looks like this:
151151
There is an AWS Lambda variant of this (with minor adjustments):
152152
[express-simple-lambda](Sources/express-simple-lambda/).
153153

154-
### [connect-simple](Sources/connect-simple)
154+
### [connect-static](Sources/connect-static)
155155

156156
Use the simpler `connect` module, instead of `express`.
157157
Probably no need to do this in the real world, just use MacroExpress.
@@ -160,7 +160,7 @@ Single source file with a static `index.html` plus images.
160160

161161
```bash
162162
$ Sources/express-simple/main.swift
163-
2020-06-03T14:58:59+0200 notice: Server listening on http://localhost:1337
163+
2021-01-30T16:16:17+0100 notice μ.console : Server listening on http://localhost:1337
164164
```
165165

166166
### [todomvc](Sources/todomvc/)

0 commit comments

Comments
 (0)