Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N7ghtm4r3 authored Jan 19, 2025
1 parent f57ea72 commit c91fabb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ fun App() {
val ametistaEngine = AmetistaEngine.ametistaEngine
ametistaEngine.fireUp(
configPath = "your_configuration_file_path", // file is not located the common resources
loggingEnabled = false, // whether to enable the logging of the engine operations
debugMode = false // whether the issues or the stats collected have to real counted or just simulated their sent,
// make sure that in production is set on *false*
)
Expand Down Expand Up @@ -313,7 +312,6 @@ fun App() {
val ametistaEngine = AmetistaEngine.ametistaEngine
ametistaEngine.fireUp(
configData = Res.readBytes(FILES_AMETISTA_CONFIG_PATHNAME), // files/ametista.config pathname
loggingEnabled = false, // whether to enable the logging of the engine operations
debugMode = false // whether the issues or the stats collected have to real counted or just simulated their sent,
// make sure that in production is set on *false*
)
Expand Down

0 comments on commit c91fabb

Please sign in to comment.