Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Commit a39998f

Browse files
author
xenolf
committed
readme update
1 parent b1a87bb commit a39998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ make build
1313
Usage is pretty straightforward.
1414
```coffe-script
1515
# require the module
16-
eveapi = (require 'coffee-eveapi').api
17-
evestatic = (require 'coffee-eveapi').staticData
16+
eveapi = (require 'coffee-eveapi').EvEApi
17+
evestatic = (require 'coffee-eveapi').EvEStatic
1818
1919
# create a api instance
2020
api = new eveapi

0 commit comments

Comments
 (0)