瀏覽代碼

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

update READMEs
FridaTveit 8 年之前
父節點
當前提交
178409aea4
沒有帳戶連結到提交者的電子郵件
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      exercises/isbn-verifier/README.md
  2. 1
    1
      exercises/reverse-string/README.md
  3. 1
    1
      exercises/rna-transcription/README.md

+ 1
- 1
exercises/isbn-verifier/README.md 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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