Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mongibellili authored Jul 15, 2024
1 parent 587e591 commit ec673f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The growing intricacy of contemporary engineering systems, typically reduced to
The QuantizedSystemSolver aims to solve a set of Ordinary differential equations with a set of events. It implements the quantized state system methods: An approach that builds the solution by updating the system variables independently as opposed to classic integration methods that update all the system variables every step.

# Installation
Run Julia, enter ] to bring up Julia's package manager, and add the ProbNumDiffEq.jl package:
Run Julia, enter ] to bring up Julia's package manager, and add the QuantizedSystemSolver.jl package:

```
julia> ]
Expand Down

0 comments on commit ec673f2

Please sign in to comment.