Fix the name of the package
- ID
462463d- date
2024-10-23 11:22:13+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b4c887a- message
Fix the name of the package- changed files
1 file, 2 additions, 2 deletions
Changed files
README.md (1566) → README.md (1567)
diff --git a/README.md b/README.md
index d0a8187..3024739 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ You have two options:
2. Install the package using pip:
```console
- $ pip install alexwlchan-python-js-files
+ $ pip install javascript-data-files
```
## Why not use JSON files?
@@ -35,7 +35,7 @@ You have two options:
If you've opening an HTML file from disk, you can load data from a local JavaScript file, for example:
```html
-<script src="file://users/alexwlchan/repos/python-js-files/data.js"></script>
+<script src="file://users/alexwlchan/repos/javascript-data-files/data.js"></script>
```
This is the only way to load data from an external file from an HTML file you've opened locally -- you can't do this with a JSON file, for example.