Skip to content

Commit f43eacb

Browse files
maickifeatherless
authored and
featherless
committed
Small contributing fix for opening the MDCCatalog workspace (#7317)
1 parent aa62eeb commit f43eacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you're new to iOS development and have a computer running OS X, these steps s
7373
1. [git lfs](https://github.com/material-components/material-components-ios/blob/develop/contributing/tools.md#using-git-lfs).
7474
1. To see your work within the catalog
7575
1. `pod install --project-directory=catalog/`
76-
1. `open catalog/MDCCatalog.workspace`
76+
1. `open catalog/MDCCatalog.xcworkspace`
7777
1. Navigate to the component you want to work on in Pods -> Development Pods -> Material Components -> <#component>.
7878
1. Run the `MDCDragons` target to see the full set of examples.
7979
1. Tests can also be run from the Product menu.

0 commit comments

Comments
 (0)