Przeglądaj źródła

Regenerate READMEs

Stuart Kent 9 lat temu
rodzic
commit
7a910071d6

+ 1
- 1
exercises/etl/README.md Wyświetl plik

@@ -1,4 +1,4 @@
1
-# Etl
1
+# ETL
2 2
 
3 3
 We are going to do the `Transform` step of an Extract-Transform-Load.
4 4
 

+ 1
- 1
exercises/ocr-numbers/README.md Wyświetl plik

@@ -1,4 +1,4 @@
1
-# Ocr Numbers
1
+# OCR Numbers
2 2
 
3 3
 Given a 3 x 4 grid of pipes, underscores, and spaces, determine which number is
4 4
 represented, or whether it is garbled.

+ 1
- 1
exercises/pascals-triangle/README.md Wyświetl plik

@@ -1,4 +1,4 @@
1
-# Pascals Triangle
1
+# Pascal's Triangle
2 2
 
3 3
 Compute Pascal's triangle up to a given number of rows.
4 4
 

+ 1
- 1
exercises/rna-transcription/README.md Wyświetl plik

@@ -1,4 +1,4 @@
1
-# Rna Transcription
1
+# RNA Transcription
2 2
 
3 3
 Given a DNA strand, return its RNA complement (per RNA transcription).
4 4