Skip to content

Commit a9e7d88

Browse files
committed
Update README
1 parent 55a8a4d commit a9e7d88

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# PalmerPenguins.jl <a href='https://allisonhorst.github.io/palmerpenguins'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
1+
# PalmerPenguins.jl <a href='https://allisonhorst.github.io/palmerpenguins'><img src='https://allisonhorst.github.io/palmerpenguins/reference/figures/logo.png' align="right" height="138.5" /></a>
22

33
[![Build Status](https://github.com/devmotion/PalmerPenguins.jl/workflows/CI/badge.svg)](https://github.com/devmotion/PalmerPenguins.jl/actions)
44
[![Build Status](https://travis-ci.com/devmotion/PalmerPenguins.jl.svg?branch=master)](https://travis-ci.com/devmotion/PalmerPenguins.jl)
55
[![Coverage](https://codecov.io/gh/devmotion/PalmerPenguins.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/devmotion/PalmerPenguins.jl)
66
[![Coverage](https://coveralls.io/repos/github/devmotion/PalmerPenguins.jl/badge.svg?branch=master)](https://coveralls.io/github/devmotion/PalmerPenguins.jl?branch=master)
77

8-
Load the [Palmer penguins dataset](https://allisonhorst.github.io/palmerpenguins/) in Julia.
8+
Load the [Palmer penguins dataset](https://allisonhorst.github.io/palmerpenguins/), an
9+
alternative to the Iris dataset, in Julia.
910

1011
## Overview
1112

@@ -34,7 +35,7 @@ More information about the dataset is available in
3435

3536
The dataset can be loaded by
3637

37-
```julia-repl
38+
```julia
3839
julia> using PalmerPenguins
3940

4041
julia> table = PalmerPenguins.load()
@@ -49,7 +50,7 @@ converted to a
4950
[`DataFrame`](https://juliadata.github.io/DataFrames.jl/stable/man/getting_started/#The-DataFrame-Type-1)
5051
by executing
5152

52-
```julia-repl
53+
```julia
5354
julia> using DataFrames
5455

5556
julia> df = DataFrame(table)

0 commit comments

Comments
 (0)