Skip to content

Commit

Permalink
Fix Elixir syntax highlighting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Mar 16, 2024
1 parent 2856354 commit 01b69d9
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 @@ -117,7 +117,7 @@ config = :erlzord.config(%{

3d points

```erlang
```elixir
config = :erlzord.config(%{
dimensions: 3,
min_coordinate_value: 0,
Expand All @@ -130,7 +130,7 @@ config = :erlzord.config(%{

10d points

```erlang
```elixir
config = erlzord:config(%{
dimensions: 10,
min_coordinate_value: 0,
Expand Down

0 comments on commit 01b69d9

Please # to comment.