mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2025-10-31 12:02:48 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									4b07df9676
								
							
						
					
					
						commit
						7d90ffdc21
					
				| @ -91,7 +91,8 @@ npm install --save spdy | |||||||
| 
 | 
 | ||||||
| ```javascript | ```javascript | ||||||
| // A happy little express app | // A happy little express app | ||||||
| var app = require('express')(); | var express = require('express'); | ||||||
|  | var app = express(); | ||||||
| 
 | 
 | ||||||
| app.use(function (req, res) { | app.use(function (req, res) { | ||||||
|   res.send({ success: true }); |   res.send({ success: true }); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user