@danielhaim/titlecaser 1.2.63 → 1.2.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,12 +83,12 @@ console.log(output); // 'The Book of Life'
83
83
 
84
84
  ## Usage in the Browser
85
85
 
86
- The function can also be used in a browser environment by including the `titlecaser.amd.js` script in your HTML file:
86
+ The function can also be used in a browser environment by including the `TitleCaser.amd.js` script in your HTML file:
87
87
 
88
88
  Here's an example of how to use the modulate function:
89
89
 
90
90
  ```html
91
- <script src="./path/to/titlecaser.amd.js"></script>
91
+ <script src="./path/to/TitleCaser.amd.js"></script>
92
92
  ```
93
93
 
94
94
  After that, the `toTitleCase()` function can be accessed in your JavaScript code like this:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielhaim/titlecaser",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "description": "Converts a string to title case with multiple style options, ability to ignore certain words, and handle acronyms",
5
5
  "keywords": [
6
6
  "title case",