Skip to content

Commit

Permalink
Better variable name in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed May 11, 2024
1 parent 0a2103f commit 6a54862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BackendTask/File.elm
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ You could read a file called `hello.jpg` in your root project directory like thi
import BackendTask.File as File
import Bytes exposing (Bytes)
elmJsonFile : BackendTask Bytes
elmJsonFile =
elmBinaryFile : BackendTask Bytes
elmBinaryFile =
File.binaryFile "hello.jpg"
-}
Expand Down

0 comments on commit 6a54862

Please sign in to comment.