Explorar el Código

Merge pull request #1250 from sjwarner-bp/readme-update

update READMEs
FridaTveit hace 8 años
padre
commit
178409aea4
Ninguna cuenta está vinculada al correo electrónico del colaborador

+ 1
- 1
exercises/isbn-verifier/README.md Ver fichero

1
-# Isbn Verifier
1
+# ISBN Verifier
2
 
2
 
3
 The [ISBN-10 verification process](https://en.wikipedia.org/wiki/International_Standard_Book_Number) is used to validate book identification
3
 The [ISBN-10 verification process](https://en.wikipedia.org/wiki/International_Standard_Book_Number) is used to validate book identification
4
 numbers. These normally contain dashes and look like: `3-598-21508-8`
4
 numbers. These normally contain dashes and look like: `3-598-21508-8`

+ 1
- 1
exercises/reverse-string/README.md Ver fichero

1
-# reverse-string
1
+# Reverse String
2
 
2
 
3
 Reverse a string
3
 Reverse a string
4
 
4
 

+ 1
- 1
exercises/rna-transcription/README.md Ver fichero

30
 
30
 
31
 ## Source
31
 ## Source
32
 
32
 
33
-Rosalind [http://rosalind.info/problems/rna](http://rosalind.info/problems/rna)
33
+Hyperphysics [http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html](http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html)
34
 
34
 
35
 ## Submitting Incomplete Solutions
35
 ## Submitting Incomplete Solutions
36
 
36