Skip to content

Commit

Permalink
Merge pull request #4 from tictactrip/return-in-camel-case
Browse files Browse the repository at this point in the history
FEAT - Inputs and outputs in camelCase
  • Loading branch information
rimiti authored Oct 10, 2019
2 parents d782741 + a6206f0 commit d460ffd
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 98 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const gpuid = generator.gpuid({
name: 'Paris, Île-de-France, France',
latitude: 49.00443,
longitude: 2.51703,
country_code: 'fr',
countryCode: 'fr',
type: 'cluster',
});

Expand All @@ -40,7 +40,7 @@ Output:
[
{
id: 'c|FRparis___@u09yc',
country_code: 'fr',
countryCode: 'fr',
latitude: 49.00443,
longitude: 2.51703,
name: 'Paris, Île-de-France, France',
Expand Down
Loading

0 comments on commit d460ffd

Please sign in to comment.