diff --git a/README.md b/README.md
index 1531154..16f354d 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Represents a value which may not exist.
##### of :: Option f => a -> f a
> Option.of\(value: a) -> Option\
-Creates a new `Some\` from `T`
+Creates a new `Some` from `T`
```js
const some = Option.of(1) // Some(1)