Skip to content

Commit 226c811

Browse files
committed
chore: update README
1 parent 98b5a0f commit 226c811

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ require('fsharp-tools')
1212
{
1313
'SoxPopuli/fsharp-tools.nvim',
1414
ft = { 'fsharp', 'xml' },
15-
build = './build.sh -r',
15+
build = 'just deploy'
16+
-- OR
17+
-- build = './build.sh -r',
1618
opts = {
1719
indent = 2, --project file indent per tag
1820
max_depth = 4, --maximum level of upwards directory searches

0 commit comments

Comments
 (0)