Skip to content

Commit

Permalink
use julia code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
fkastner committed Feb 24, 2020
1 parent a5565b6 commit 1605f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ your students to work with.
## Installation

Since this package isn't registered yet, you have to use the GitHub URL of the repository:
```
```julia
(v1.3) pkg> add https://github.com/fkastner/NiceNumbers.jl
```

## Usage Example

```
```julia
julia> using NiceNumbers

julia> n = NiceNumber(1,2,3);
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ your students to work with.
## Installation

Since this package isn't registered yet, you have to use the GitHub URL of the repository:
```
```julia
(v1.3) pkg> add https://github.com/fkastner/NiceNumbers.jl
```

## Usage Example

```
```julia
julia> using NiceNumbers

julia> n = NiceNumber(1,2,3);
Expand Down

0 comments on commit 1605f46

Please sign in to comment.