Skip to content

Commit 21c4b76

Browse files
committed
Fix path in message, closes #126
1 parent be2c7b6 commit 21c4b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tailwind.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ defmodule Tailwind do
378378
your certificates are set via OTP ca certfile overide via SSL configuration.
379379
380380
2. Manually download the executable from the URL above and
381-
place it inside "_build/tailwind-#{configured_target()}"
381+
place it at "_build/tailwind-#{configured_target()}"
382382
383383
3. Install and use Tailwind from npmJS. See our module documentation
384384
to learn more: https://hexdocs.pm/tailwind

0 commit comments

Comments
 (0)