diff --git a/README.md b/README.md index ddd1731..bd70c20 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# render-mathproblems - +# render-math-problems diff --git a/blocksystem/README.md b/blocksystem/README.md index 1685cbf..3d49429 100644 --- a/blocksystem/README.md +++ b/blocksystem/README.md @@ -1,4 +1,4 @@ -# render-mathproblems +# render-math-problems BlockSystem es una aplicación educativa interactiva construida con Vue 3, centrada en el componente **`Blocks.vue`**. Este componente permite a los usuarios colocar, arrastrar, agrupar y dividir bloques unitarios en una cuadrícula, fomentando la intuición matemática sobre agrupamiento y valor posicional (unidades y decenas). @@ -11,15 +11,15 @@ Para detalles de la API y configuración de `Blocks.vue`, consulta `src/README.m ## Uso Como Paquete ```sh -npm install render-mathproblems +npm install render-math-problems ``` Importa el componente y sus estilos: ```vue