Skip to content

Commit 1408768

Browse files
docs formatted
1 parent a0a43dd commit 1408768

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the documentation, which contains the unreleased features.
2020

2121
## Example
2222

23-
```
23+
```julia
2424
julia> using SymbolicNumericIntegration
2525
julia> using Symbolics
2626

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Originally, **SymbolicNumericIntegration.jl** expected only univariate expressio
1414

1515
To install SymbolicNumericIntegration.jl, use the Julia package manager:
1616

17-
```
17+
```julia
1818
using Pkg
1919
Pkg.add("SymbolicNumericIntegration")
2020
```
2121

2222
Examples:
2323

24-
```
24+
```julia
2525
julia> using SymbolicNumericIntegration
2626
julia> using Symbolics
2727

@@ -80,7 +80,7 @@ SymbolicNumericIntegration.jl exports some special integral functions (defined o
8080

8181
For examples:
8282

83-
```
83+
```julia
8484
julia> integrate(exp(x + 1) / (x + 1))
8585
(SymbolicNumericIntegration.Ei(1 + x), 0, 0.0)
8686

0 commit comments

Comments
 (0)