Skip to content

Commit 44fdb03

Browse files
committed
Fix case of GitHub, JavaScript and Python.
1 parent b8eeb15 commit 44fdb03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ To use this boilerplate:
1818
```
1919
3. Answer the questions about the project.
2020
- `project_name`: This is the "human-readable" name of your project. For example, "Dash Core Components".
21-
- `project_shortname`: is derived from the project name, it is the name of the "python library" for your project. By default, this is generated from your `project_name` by lowercasing the name and replacing spaces & `-` with underscores. For example, for "Dash Core Components" this would be "dash_core_components".
22-
- `component_name`: This is the name of the initial component that is generated. As a javascript class name it should be in PascalCase. defaults to the PascalCase version of `project_shortname`.
21+
- `project_shortname`: is derived from the project name, it is the name of the "Python library" for your project. By default, this is generated from your `project_name` by lowercasing the name and replacing spaces & `-` with underscores. For example, for "Dash Core Components" this would be "dash_core_components".
22+
- `component_name`: This is the name of the initial component that is generated. As a JavaScript class name it should be in PascalCase. defaults to the PascalCase version of `project_shortname`.
2323
- `r_prefix`: Optional prefix for R components. For example, `dash_core_components` uses "dcc" so the Python `dcc.Input` becomes `dccInput` in R, and `dash_table` uses "dash" to make `dashDataTable`.
2424
- `author_name` and `author_email`: for package.json and DESCRIPTION (for R) metadata.
25-
- `github_org`: If you plan to push this to github, enter the organization or username that will own it (for URLs to the project homepage and bug report page)
25+
- `github_org`: If you plan to push this to GitHub, enter the organization or username that will own it (for URLs to the project homepage and bug report page)
2626
- `description`: the project description, included in package.json.
2727
- `license`: License type for the component library. Plotly recommends the MIT license, but you should read the generated LICENSE file carefully to make sure this is right for you.
2828
- `publish_on_npm`: Set to false to only serve locally from the package data.
@@ -41,7 +41,7 @@ to generate the components in the `build:py_and_r` script of the generated
4141
- Learn more about Dash: https://dash.plot.ly
4242
- Questions about this project? Create an issue: https://github.com/plotly/dash-component-boilerplate/issues/new
4343
- Watch the [component boilerplate repository](https://github.com/plotly/dash-component-boilerplate) to stay informed of changes to our components.
44-
- [React guide for python developers](https://dash.plot.ly/react-for-python-developers)
44+
- [React guide for Python developers](https://dash.plot.ly/react-for-python-developers)
4545
- Need help with your component? View the Dash Community Forum: https://community.plot.ly/c/dash
4646
- Examples of Dash component libraries include `dash-core-components`: https://github.com/plotly/dash-core-components and `dash-html-components`: https://github.com/plotly/dash-html-components.
4747
- To get a feel for what's involved in creating a component, read through the [README.MD file that this cookiecutter project generates](%7B%7Bcookiecutter.project_shortname%7D%7D/README.md)

0 commit comments

Comments
 (0)