From 772b08effa120ae10890c6b87a042ce03e9332f0 Mon Sep 17 00:00:00 2001 From: Steve Lebleu Date: Fri, 1 Mar 2024 10:23:31 +0100 Subject: [PATCH] chore: cliam update (#71) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b6ddc4..8f2a741 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Ready to use RESTful API boilerplate builded with [Express.js](http://expressjs.com/en/4x/api.html), [Typescript](https://github.com/Microsoft/TypeScript) [TypeORM](https://github.com/typeorm/typeorm) and [Mocha](https://mochajs.org/). 🤘 -Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boilerplate](https://github.com/danielfsousa/express-rest-boilerplate) :beer: :beer: :beer: +Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boilerplate](https://github.com/danielfsousa/express-rest-boilerplate) :beer: ## > Features @@ -128,11 +128,11 @@ TYPEORM_PWD = "" TYPEORM_PORT = "3306" ``` -### Step 6: setup cliamrc.json +### Step 6: setup cliamrc.js -Transactional emails are send with [cliam](https://github.com/steve-lebleu/cliam). Open the *.cliamrc.json* and fill the [required configuration](https://github.com/steve-lebleu/cliam/wiki/Configuration) according your sending mode. See Cliam official [documentation](https://github.com/steve-lebleu/cliam/wiki) for more information. +Transactional emails are send with [cliam](https://github.com/steve-lebleu/cliam). Open the *.cliamrc.js* and fill the [required configuration](https://github.com/steve-lebleu/cliam/wiki/Configuration-with-cliamrc.js) according your sending mode. See Cliam official [documentation](https://github.com/steve-lebleu/cliam/wiki) for more information. -Sandbox is set to true by default and emails are not send. Pass this value to false when you're ready. +Sandbox is set to true by default. ### Step 7: run @@ -220,4 +220,4 @@ More info about [PM2](http://pm2.keymetrics.io/docs/usage/quick-start/) and [PM2 ## License -[MIT](/LICENSE) \ No newline at end of file +[MIT](/LICENSE)