diff --git a/nodejs-api/README.md b/nodejs-api/README.md index 21904f2..6b422aa 100644 --- a/nodejs-api/README.md +++ b/nodejs-api/README.md @@ -19,7 +19,7 @@ This is a simple API to manage blog posts with 2 end-points: To illustrate how Baselime works, this app makes a few external calls: -- to `DyanmoDB` to save and retrieve blog posts. +- to `DynamoDB` to save and retrieve blog posts. - to `https://jsonplaceholder.typicode.com` to add illustration images to blog posts. ## Demo @@ -58,4 +58,4 @@ curl $LAMBDA_URL ## Result -Visit the Baselime Web UI to visualise your logs, metrics and traces. \ No newline at end of file +Visit the Baselime Web UI to visualise your logs, metrics and traces.