Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-t-jp authored Feb 14, 2019
1 parent 704ceb6 commit 15ec976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import MurmurHash_Swift
```


## Generate x86 32bit Hash
## Generate x86/32bit Hash
```swift
/**
* Generate.
Expand Down Expand Up @@ -74,7 +74,7 @@ let hash = MurmurHash3.x86_32("Hello World!".data(using: .utf8)!, seed: seed)



## Generate x86 128bit Hash
## Generate x86/128bit Hash
```swift
/**
* Generate.
Expand Down Expand Up @@ -108,7 +108,7 @@ let hash = MurmurHash3.x86_128("Hello World!".data(using: .utf8)!, seed: seed)



## Generate x64 128bit Hash
## Generate x64/128bit Hash
```swift
/**
* Generate.
Expand Down

0 comments on commit 15ec976

Please sign in to comment.