Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
change "julia-repl" to "julia" (#77)
Browse files Browse the repository at this point in the history
the language-syntax mode "julia-repl" doesn't exist
  • Loading branch information
Brandon Gomes authored and sbromberger committed Jul 23, 2019
1 parent b7b48a3 commit a1195ad
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 @@ -12,12 +12,12 @@ Documentation for methods is also available via the Julia REPL help system.

## Installation
Installation is straightforward: from the Julia `pkg` prompt,
```julia-repl
```julia
add MetaGraphs
```

## Example Usage
```julia-repl
```julia
julia> using LightGraphs, MetaGraphs

# create a standard simplegraph
Expand Down

0 comments on commit a1195ad

Please sign in to comment.