Skip to content

Commit

Permalink
some typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovlx committed May 2, 2023
1 parent 1504fc4 commit afbf038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# leaflet-calendar

[![npm](https://img.shields.io/npm/v/leaflet-contextmenu.svg)](https://www.npmjs.com/package/leaflet-calendar)
[![npm](https://img.shields.io/npm/v/leaflet-calendar.svg)](https://www.npmjs.com/package/leaflet-calendar)


A calendar date picker for Leaflet.
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>Leaflet Context Menu</title>
<title>Leaflet Calendar demo</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css" />
<link rel="stylesheet" href="../css/leaflet-calendar.css" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leaflet-calendar",
"version": "1.0.5",
"description": "A context menu for Leaflet",
"description": "A calendar date picker control for Leaflet",
"main": "js/leaflet-calendar.js",
"types": "index.d.ts",
"styles": "css/leaflet-calendar.css",
Expand Down

0 comments on commit afbf038

Please sign in to comment.