From 0eeb0f2571bad2075c3f9314cdc8cbc3c7565955 Mon Sep 17 00:00:00 2001 From: Gustavo Chavarria <37227357+gustavochavarria@users.noreply.github.com> Date: Sun, 22 Sep 2019 10:49:32 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0c335a9..df20503 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # DNic JS Validador de Documento Nacional de Identidad (DNI/Cedula) Nicaraguense. + + +Esctructura del DNI: + +
    +
  1. Los primeros 3 digitos identifican el municipio.
  2. +
  3. Los siguientes 6 digitios corresponden a la fecha de nacimiento.
  4. +
  5. Los ultimos digitos es el numero de produccion.
  6. +
+ From 8f52e1cc801600dcf713f645cfe73b323426c00f Mon Sep 17 00:00:00 2001 From: Gustavo Chavarria <37227357+gustavochavarria@users.noreply.github.com> Date: Sun, 22 Sep 2019 10:55:45 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df20503..9a9357b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# DNic JS -Validador de Documento Nacional de Identidad (DNI/Cedula) Nicaraguense. +# Dnic JS +Validador de Numero de Documento Nacional de Identidad (DNI/Cedula) Nicaraguense. Esctructura del DNI: @@ -10,3 +10,5 @@ Esctructura del DNI:
  • Los ultimos digitos es el numero de produccion.
  • + + From bc5300c9b51dcb044b1ba3e1b75822f1afcb75e7 Mon Sep 17 00:00:00 2001 From: Gustavo Chavarria <37227357+gustavochavarria@users.noreply.github.com> Date: Sun, 22 Sep 2019 10:56:01 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9357b..f3c4928 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Dnic JS +# Dnic Validador de Numero de Documento Nacional de Identidad (DNI/Cedula) Nicaraguense.