Skip to content

Commit

Permalink
Point a couple of references to utils/ to scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Downs committed Jun 27, 2018
1 parent fc458b4 commit 1827097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2/scripts/preview
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var fs = require('fs');
var path = require('path');

var regex = new RegExp(fs.readFileSync(file('utils/regex')).toString(), 'g');
var regex = new RegExp(fs.readFileSync(file('scripts/regex')).toString(), 'g');

function fromCodePoint(codepoint) {
var code = typeof codepoint === 'string' ?
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/

**Twemoji v11.0** adheres to the [Unicode 11.0 spec](https://unicode.org/versions/Unicode11.0.0/) and supports the [Emoji 11.0 draft spec](https://www.unicode.org/reports/tr51/tr51-13.html)

The Twemoji library offers support for **2,841** emojis, including skin tone and gender modifiers.
The Twemoji library offers support for **2,841** emojis, including skin tone and gender modifiers.

#### Please note
The files in the root folder in this project are deprecated and listed for CDN and historical reasons.
Expand Down Expand Up @@ -319,10 +319,10 @@ cd twemoji
npm install

# generate 2/twemoji*.js files
./2/utils/generate
./2/scripts/generate
```

If you'd like to test and/or propose some changes to the V2 library please change the `./2/utils/generate` file at its end so that everything will be generated properly once launched.
If you'd like to test and/or propose some changes to the V2 library please change the `./2/scripts/generate` file at its end so that everything will be generated properly once launched.


## Attribution Requirements
Expand Down

0 comments on commit 1827097

Please sign in to comment.