Skip to content

Commit 45351b0

Browse files
authored
Update README.md
1 parent 41de0fe commit 45351b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm install --save sql-formatter
1717

1818
The SQL Formatter source code is written in ES2015 but we precompile both CommonJS and UMD builds to ES5 so they work in any modern browser.
1919

20-
If you don't use a module bundler then you can drop a UMD build as a `<script>` tag on the page, or tell Bower to install it. The UMD builds make SQL Formatter available as a `window.sqlFormatter` global variable.
20+
If you don't use a module bundler then you can drop a file from `/dist` directory as a `<script>` tag on the page. The UMD builds make SQL Formatter available as a `window.sqlFormatter` global variable.
2121

2222
## Example usage
2323

0 commit comments

Comments
 (0)