From 3a23a8f44b4705c65654d333d3e79aa9b7568422 Mon Sep 17 00:00:00 2001 From: DrMesta103 Date: Sun, 29 Mar 2026 12:44:41 +0300 Subject: [PATCH] feat(products): add ordered attributes and slim product list api --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd204d07..719b4665 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Phase 1 bootstrap for a NestJS backend focused on bearings e-commerce. 2. Make sure your PostgreSQL service is running and matches `DB_URL` 3. Install dependencies: -```bash +```bash npm install ```