From 2f797e16f6572863d351458168d18d31f6277639 Mon Sep 17 00:00:00 2001 From: Devang Negandhi Date: Sun, 15 Nov 2015 21:52:07 -0800 Subject: [PATCH] Doc: Add link to globalize-express to README.md Closes #552 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc017500a..84401d7c6 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ existing tools. - [Application example using webpack and npm](examples/app-npm-webpack/): easy to get started, automated CLDR loading and precompilation for production, but requires npm and webpack knowledge. +- [Application example using globalize-express middleware with any express web app](https://github.com/devangnegandhi/globalize-express/tree/master/example): easy to incorporate globalize as a middleware within your express web add. (also checkout [globalize-express](https://github.com/devangnegandhi/globalize)) If you're using a different tool than the one above, but you're comfortable using JavaScript modules (such as ES6 modules, CommonJS, or AMD) and package