From bd006b93fa632998a1cc0f6fbf86392c34620360 Mon Sep 17 00:00:00 2001 From: Martin Cox Date: Thu, 9 May 2024 16:30:28 +0100 Subject: [PATCH] Fixed typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e5818a..8b634e6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Visual Grid Builder](https://github.com/obedparla/visual-grid-builder/blob/main/public/showcase.png) I created this project to make it easy to design complex CSS Grid layouts. -It allows you to aww items and to design the grid by dragging or resizing them. You can then get generated code to create the grid on your own project. +It allows you to add items and to design the grid by dragging or resizing them. You can then get generated code to create the grid on your own project. My motivation behind this tool is to create the best, most intuitive way to use CSS grid, without having to understand the complicated underlying CSS specification. @@ -34,4 +34,4 @@ Compiles and minifies for production ``` npm run build -``` \ No newline at end of file +```