Skip to content

Commit

Permalink
Merge pull request #63 from mikebe11/master
Browse files Browse the repository at this point in the history
a few more version notation updates
  • Loading branch information
caseyahenson authored Sep 28, 2023
2 parents 9a5dbf6 + 82dd714 commit 9cc559e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html-tools@1.0.11
htmljs@1.0.11
id-map@1.1.0
inter-process-messaging@0.1.1
joypixels:emoji-toolkit@6.6.0
joypixels:emoji-toolkit@8.0.0
jquery@1.11.10
meteor@1.9.3
modern-browsers@0.1.5
Expand Down
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
We've teamed up with [JSDelivr](https://www.npmjs.com/settings/joypixels/packages) to provide a simple way to install these emoji on any javascript-enabled website. Add the following script and stylesheet links to the head of your webpage:

```
<script src="https://cdn.jsdelivr.net/npm/emoji-toolkit@7.0.1/lib/js/joypixels.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/emoji-toolkit@7.0.1/extras/css/joypixels.min.css"/>
<script src="https://cdn.jsdelivr.net/npm/emoji-toolkit@8.0.0/lib/js/joypixels.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/emoji-toolkit@8.0.0/extras/css/joypixels.min.css"/>
```

Quick installs can also be done using NPM and Bower (for the Javascript toolkit) or Composer (for the PHP toolkit). **If you wish to serve image assets locally you'll need to install [emoji-assets](https://www.github.com/joypixels/emoji-assets) and include the pngs and/or sprites into your project.** Many of our [demos](https://demos.joypixels.com/latest/) use assets locally simply by pointing the `imagePathPNG` variable to your local asset location.
Expand Down
2 changes: 1 addition & 1 deletion lib/joypixels-awesome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Additional classes let you modify size:

```
<!-- Coffee Emoji (small) -->
<i class="e1a-coffee jpa-sm"></i>
<i class="jpa-coffee jpa-sm"></i>
<!-- Coffee Emoji (medium) -->
<i class="jpa-coffee jpa-med"></i>
Expand Down
4 changes: 2 additions & 2 deletions lib/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ To do so first load the necessary Composer packages in the root of the project.

`composer install`

Then run the generator script.
Then run the Client.php update script.

`composer generate-regex`
`composer update-client`

**Note:** The script will modify and overwrite the current file.

0 comments on commit 9cc559e

Please sign in to comment.