From 7336a95d34975f096ac186722c724ba04fbba13c Mon Sep 17 00:00:00 2001 From: Raphael Sampaio Date: Fri, 1 Nov 2024 18:59:19 -0300 Subject: [PATCH] [skip ci] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70ed3c7..36c4654 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ PSRBridge is a Julia package designed to facilitate seamless data integration between [PSR](https://www.psr-inc.com) models and the [PSRClassesInterface (PSRI)](https://github.com/psrenergy/PSRClassesInterface.jl) or any other database. As a "brother repository" to PSRI, PSRBridge builds on the foundational structure provided by the interface, enhancing it by organizing and managing data exchanges. The package enforces consistent data organization and provides caching options, enabling efficient data retrieval and management for large-scale or complex power system models. -PSRBridge is particularly useful in scenarios where PSR models need to frequently access or update large datasets. By acting as an intermediary layer, it ensures data is handled systematically and optimally stored. With its robust data management features, PSRBridge significantly streamlines the data flow in power system simulations, making it easier to maintain and update models within Julia's powerful computational environment. +PSRBridge is particularly useful in scenarios where PSR models need to frequently access large datasets. By acting as an intermediary layer, it ensures data is handled systematically and optimally stored. With its robust data management features, PSRBridge significantly streamlines the data flow in power system simulations, making it easier to maintain and update models within Julia's powerful computational environment. ## Getting Started @@ -170,4 +170,4 @@ finalize!(inputs) finalize!(cache) PSRDatabaseSQLite.close!(db) -``` \ No newline at end of file +```