Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti authored Apr 11, 2024
1 parent 654b21e commit e1e3976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Julia package to work with [factor graphs](https://en.wikipedia.org/wiki/Facto

## Installation
```julia
julia> ]add https://github.com/stecrotti/FactorGraphs.jl
julia> import Pkg; Pkg.add(url="https://github.com/stecrotti/FactorGraphs.jl")
```

## Basics
Expand Down Expand Up @@ -61,4 +61,4 @@ Querying properties of a vertex without specifying whether it's a variable or a
```julia
julia> outedges(g, 3)
ERROR: ArgumentError: Properties of a vertex of an `AbstractFactorGraph` such as degree, neighbors, etc. cannot be accessed by an integer. Use a `variable` or `factor` wrapper instead.
```
```

0 comments on commit e1e3976

Please sign in to comment.