Skip to content

Commit

Permalink
Wrong variable name in Customized Mapping example
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-isaac authored Jul 13, 2017
1 parent f3e90df commit a5ede48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The `CustomizedMapping.lua` file contains the mappings to variables that are mor
Maps an item's location code to a full name. If a location mapping isn't given, the addon will display the location code. The location code is taken from the `location` node returned by a [Retrieve Holdings List](https://developers.exlibrisgroup.com/alma/apis/bibs/GET/gwPcGly021om4RTvtjbPleCklCGxeYAfEqJOcQOaLEvEGUPgvJFpUQ==/af2fb69d-64f4-42bc-bb05-d8a0ae56936e) API call.
```lua
DataMapping.Locations["{Location Code }"] = "{Full Location Name}"
CustomizedMapping.Locations["{Location Code }"] = "{Full Location Name}"
```

Expand Down Expand Up @@ -152,4 +152,4 @@ Atlas welcomes developers to extend the addon with additional support. All pull

* **AlmaApi.lua** - The AlmaApi file is used to make the API calls against the Alma API.

* **Utility.lua** - The Utility file is used for common lua functions.
* **Utility.lua** - The Utility file is used for common lua functions.

0 comments on commit a5ede48

Please sign in to comment.