瀏覽代碼

update READMEs

Samuel Warner 8 年之前
父節點
當前提交
fa13b8760a
共有 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
-# 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 查看文件

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

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