Bläddra i källkod

update READMEs

Samuel Warner 8 år sedan
förälder
incheckning
fa13b8760a

+ 1
- 1
exercises/isbn-verifier/README.md Visa fil

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

+ 1
- 1
exercises/reverse-string/README.md Visa fil

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

+ 1
- 1
exercises/rna-transcription/README.md Visa fil

@@ -30,7 +30,7 @@ in your terminal.
30 30
 
31 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 35
 ## Submitting Incomplete Solutions
36 36