Skip to content

Commit 9599b14

Browse files
committed
Add note about tools in main README
1 parent d72585e commit 9599b14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@ If you do not wish to update your code at this time, you can use the [shinyBoots
5050
If you prefer to install an older version of Shiny, you can do it using the devtools package:
5151

5252
```R
53-
devtools::install_version("shiny", version = "0.10.2")
53+
devtools::install_version("shiny", version = "0.10.2.2")
5454
```
5555

56+
## Development notes
57+
58+
The Javascript code in Shiny is minified using tools that run on Node.js. See the tools/ directory for more information.
59+
5660
## License
5761

5862
The shiny package is licensed under the GPLv3. See these files in the inst directory for additional details:

0 commit comments

Comments
 (0)