Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Nov 11, 2019
1 parent c1b4395 commit 70def76
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
@@ -1,4 +1,4 @@
# Prism.Container.Extensions
# Prism.Container.Extensions

The Prism Container Extensions provide various additional extensions making the Prism Container easier to use with Splat, IServiceCollection/IServiceProvider and in scenarios where you may require a Singleton container that may need to be initialized from Platform specific code prior to PrismApplication being created. Note that both the Prism.Container.Extensions and Prism.DryIoc.Extensions are platform agnostic meaning you can use them on WPF or Xamarin Forms.

Expand Down Expand Up @@ -118,7 +118,7 @@ public class PrismStartup : ShinyStartup
{
public override void ConfigureServices(IServiceCollection services)
{
// Register services with Shiny like:
// Register services with Shiny like:
services.UseGpsBackground<MyDelegate>();
}

Expand All @@ -138,7 +138,7 @@ public class MyStartup : PrismStartup
{
public override void ConfigureServices(IServiceCollection services)
{
// Register services with Shiny like:
// Register services with Shiny like:
services.UseGps<MyDelegate>();
}
}
Expand Down

0 comments on commit 70def76

Please sign in to comment.