Skip to content

Commit 2ffc5f8

Browse files
authored
Merge pull request #306 from JuliaControl/franckgaga-patch-1
Enhance README.md with emoji section headers
2 parents eb66100 + 27cd819 commit 2ffc5f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ for the linear systems, [`JuMP.jl`](https://github.com/jump-dev/JuMP.jl) for the
1414
optimization and [`DifferentiationInterface.jl`](https://github.com/JuliaDiff/DifferentiationInterface.jl)
1515
for the derivatives.
1616

17-
## Installation
17+
## 🛠️ Installation
1818

1919
To install the `ModelPredictiveControl` package, run this command in the Julia REPL:
2020

2121
```julia
2222
using Pkg; Pkg.add("ModelPredictiveControl")
2323
```
2424

25-
## Getting Started
25+
## 🚀 Getting Started
2626

2727
To construct model predictive controllers (MPCs), we must first specify a plant model that
2828
is typically extracted from input-output data using [system identification](https://github.com/baggepinnen/ControlSystemIdentification.jl).
@@ -71,7 +71,7 @@ plot(res, plotry=true, plotymax=true)
7171
See the [manual](https://JuliaControl.github.io/ModelPredictiveControl.jl/stable/manual/linmpc/)
7272
for more detailed examples.
7373

74-
## Features
74+
## Features
7575

7676
### 🎯 Model Predictive Control Features
7777

0 commit comments

Comments
 (0)