From 62b81bd2f025d962f530ab5d772c046e96299d79 Mon Sep 17 00:00:00 2001 From: Richard Wright Date: Tue, 4 Aug 2020 07:10:51 -0400 Subject: [PATCH] remove reference to dynamo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f416409..0fe5df3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "todo-react-ssr-serverless", "version": "0.0.0", - "description": "Isomorphic TodoMVC example in ReactJS with Serverless and DynamoDB", + "description": "Isomorphic TodoMVC example in ReactJS with Serverless and DataStax Cassandra Astra", "main": "server.js", "scripts": { "lint": "eslint ./src",