Fix syntax error in docs
Summary: See https://github.com/facebook/flipper/issues/1865 Reviewed By: passy Differential Revision: D26125202 fbshipit-source-id: 3b9c7f73201173602037822297bec56816c83407
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d7cfcb5d8e
commit
97256318fa
@@ -32,7 +32,7 @@ target 'your-app-name' do
|
||||
#
|
||||
# Note that if you have use_frameworks! enabled, Flipper will not work and
|
||||
# you should disable these next few lines.
|
||||
use_flipper!('Flipper' => '0.58.0') # should match the version of your Flipper client app
|
||||
use_flipper!({'Flipper' => '0.58.0'}) # should match the version of your Flipper client app
|
||||
post_install do |installer|
|
||||
flipper_post_install(installer)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user