diff --git a/csharp/snippets/initialization/README.md b/csharp/snippets/initialization/README.md index 7ff3ccd..f5caada 100644 --- a/csharp/snippets/initialization/README.md +++ b/csharp/snippets/initialization/README.md @@ -5,7 +5,7 @@ - **EnginePriming** - Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded - **EnvironmentsAndHubs** - - Basic example of how to create an abstract Senzing factory and each of the available engines + - Basic example of how to create an SzEnvironment and obtain each of the functional interfaces. - **PurgeRepository** - **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING** - It will prompt first, still use with caution! diff --git a/java/snippets/initialization/README.md b/java/snippets/initialization/README.md index 316ff63..c116c76 100644 --- a/java/snippets/initialization/README.md +++ b/java/snippets/initialization/README.md @@ -5,7 +5,7 @@ - **EnginePriming.java** - Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded - **EnvironmentsAndHubs.java** - - Basic example of how to create an abstract Senzing factory and each of the available engines + - Basic example of how to create an SzEnvironment and obtain each of the functional interfaces. - **PurgeRepository.java** - **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING** - It will prompt first, still use with caution!