Skip to content

Commit ac18bcd

Browse files
committed
Fix typo and syntax highlighting in README.md
1 parent c256dc9 commit ac18bcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ end
4242
Large objects are referenced by object IDs, modelled using the `oid` type in
4343
PostgreSQL. `Ecto.Migration` has support for this type built-in, e.g.
4444

45-
```
45+
```elixir
4646
defmodule MyApp.Repo.Migrations.CreateUploadsTable do
4747
use Ecto.Migration
4848

@@ -59,8 +59,8 @@ end
5959

6060
In the Ecto schema, use plain `:integer` fields for object IDs:
6161

62-
```
63-
defmodue MyApp.Upload do
62+
```elixir
63+
defmodule MyApp.Upload do
6464
use Ecto.Schema
6565

6666
schema "uploads" do

0 commit comments

Comments
 (0)