diff --git a/subjects/ascii-art/README.md b/subjects/ascii-art/README.md index b35d2edef..8acc1c9d2 100644 --- a/subjects/ascii-art/README.md +++ b/subjects/ascii-art/README.md @@ -9,7 +9,7 @@ Ascii-art consists on receiving a `string` as an argument and outputting the `st This project will help you learn about : -- The Go file system(**fs**). +- The Go file system(**fs**) API. - Ways to receive data. - Ways to output data. - Manipulation of strings. diff --git a/subjects/ascii-art/color/README.md b/subjects/ascii-art/color/README.md index a6335f5d5..37c7d0d24 100644 --- a/subjects/ascii-art/color/README.md +++ b/subjects/ascii-art/color/README.md @@ -11,7 +11,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii This project will help you learn about : -- The Go file system(**fs**). +- The Go file system(**fs**) API. - RGB color model. - Ways to receive data. - Ways to output data. diff --git a/subjects/ascii-art/fs/README.md b/subjects/ascii-art/fs/README.md index 73d04133f..e8e274eb7 100644 --- a/subjects/ascii-art/fs/README.md +++ b/subjects/ascii-art/fs/README.md @@ -6,7 +6,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii This project will help you learn about : -- The Go file system(**fs**). +- The Go file system(**fs**) API. - Ways to receive data. - Ways to output data. - Manipulation of strings. diff --git a/subjects/ascii-art/justify/README.md b/subjects/ascii-art/justify/README.md index ff94612cb..648df8a40 100644 --- a/subjects/ascii-art/justify/README.md +++ b/subjects/ascii-art/justify/README.md @@ -13,7 +13,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii This project will help you learn about : -- The Go file system(**fs**). +- The Go file system(**fs**) API. - Ways to receive data. - Ways to output data. - Manipulation of strings. diff --git a/subjects/ascii-art/output/README.md b/subjects/ascii-art/output/README.md index a3c8dae1e..ec84de5ea 100644 --- a/subjects/ascii-art/output/README.md +++ b/subjects/ascii-art/output/README.md @@ -8,7 +8,7 @@ This project will help you learn about : -- The Go file system(**fs**). +- The Go file system(**fs**) API. - Ways to receive data. - Ways to output data. - Manipulation of strings. diff --git a/subjects/ascii-art/reverse/README.md b/subjects/ascii-art/reverse/README.md index 4c1713c85..dde0400d3 100644 --- a/subjects/ascii-art/reverse/README.md +++ b/subjects/ascii-art/reverse/README.md @@ -11,7 +11,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii This project will help you learn about : -- The Go file system(**fs**). +- The Go file system(**fs**) API. - Ways to receive data. - Ways to output data. - Manipulation of strings.