Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fiam committed May 1, 2012
1 parent 7df67fb commit 8173bf2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ go get https://github.com/fiam/gounidecode/unidecode
Example usage
=============

package main
package main

import (
"fmt"
"github.com/fiam/gounidecode/unidecode"
)
import (
"fmt"
"github.com/fiam/gounidecode/unidecode"
)

func main() {
fmt.Println(Unidecode("áéíóú")) // Will print aeiou
fmt.Println(Unidecode("\u5317\u4EB0")) // Will print Bei Jing
fmt.Println(Unidecode("Κνωσός")) // Will print Knosos
}
func main() {
fmt.Println(Unidecode("áéíóú")) // Will print aeiou
fmt.Println(Unidecode("\u5317\u4EB0")) // Will print Bei Jing
fmt.Println(Unidecode("Κνωσός")) // Will print Knosos
}

0 comments on commit 8173bf2

Please sign in to comment.