Skip to content

Commit

Permalink
Fix: Typo Splay=>Splat (#425)
Browse files Browse the repository at this point in the history
Just a quick typo fix
  • Loading branch information
rgomez90 authored and glennawatson committed Nov 10, 2019
1 parent a5bc254 commit a727eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Splat.Autofac/README.md
Expand Up @@ -2,7 +2,7 @@

## Using Autofac

Splay.Autofac is an adapter for `IMutableDependencyResolver`. It allows you to register your application dependencies in a Autofac `Container`. You can then use the container as Splat's internal dependency resolver.
Splat.Autofac is an adapter for `IMutableDependencyResolver`. It allows you to register your application dependencies in a Autofac `Container`. You can then use the container as Splat's internal dependency resolver.

### Register the Container

Expand Down

0 comments on commit a727eb9

Please sign in to comment.