more docs updates
diff --git a/.jazzy.yaml b/.jazzy.yaml
index 95b33db..ac1a6f7 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -1,6 +1,6 @@
-module: MaterialComponentsFontDiskLoader
+module: MDFFontDiskLoader
module_version: 1.0.0
-umbrella_header: src/MaterialComponentsFontDiskLoader.h
+umbrella_header: src/MaterialFontDiskLoader.h
objc: true
sdk: iphonesimulator
github_url: https://github.com/material-foundation/material-font-disk-loader-ios
diff --git a/.travis.yml b/.travis.yml
index a23ef0e..8aa00d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,6 @@
script:
- set -o pipefail
- arcanist/bin/arc unit --everything --trace
- - xcodebuild build -workspace MaterialComponentsFontDiskLoader.xcworkspace -scheme Catalog -sdk "iphonesimulator10.1" -destination "name=iPhone 6s,OS=10.1" ONLY_ACTIVE_ARCH=YES | xcpretty -c;
+ - xcodebuild build -workspace FontDiskLoaderExample.xcworkspace -scheme Catalog -sdk "iphonesimulator10.1" -destination "name=iPhone 6s,OS=10.1" ONLY_ACTIVE_ARCH=YES | xcpretty -c;
after_success:
- bash <(curl -s https://codecov.io/bash)