Skip to content

Commit ff1a845

Browse files
committed
Fix README JsonMarshallerFactory typo.
1 parent 2c6099e commit ff1a845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ name of your implementation on a single line in a file in the JAR at
266266
### JSON Marshalling
267267

268268
The default JSON marshaller that is used is [Gson](https://github.com/google/gson). In order to create your own,
269-
alternative implementation you must implement `com.softlayer.api.json.JsonMarshallerFactyory`. Once implemented, this
269+
alternative implementation you must implement `com.softlayer.api.json.JsonMarshallerFactory`. Once implemented, this
270270
can be explicitly set on the `RestApiClient` by calling `setJsonMarshallerFactory`. Instead of setting the factory
271271
manually, you can also leverage Java's `ServiceLoader` mechanism to have it used by default. This involves adding the
272272
fully qualified class name of your implementation on a single line in a file in the JAR at

0 commit comments

Comments
 (0)