Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verify workflow #1330

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Blazing fast & beautiful galleries built with React. [Try it out now.](https://p
[![NPM Version](https://img.shields.io/npm/v/pro-gallery.svg?style=flat)](https://www.npmjs.com/package/pro-gallery)
[![Build Status](https://travis-ci.org/wix/pro-gallery.svg?branch=master)](https://travis-ci.com/wix/pro-gallery)

This is V4 hotfix branch
This is V4 hotfix branch.

## Gettings Started
The best way to get started is by using the [Playground](https://pro-gallery.surge.sh). Use the sidebar to configure the gallery layout you need. When you're done, click the `Generate Gallery Code` button to get the copy-paste-ready code.
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The pro-gallery-lib exports `Blueprints` and `BlueprintsManager`
### BlueprintsManager
The BlueprintsManager is a class that takes care of fetching needed params and creating a new blueprint when it might be needed.

The blueprintsManager works with an api provided by the user (see blow)
The blueprintsManager works with an api provided by the user (see blow).


| Function Name | description | arguments | return
Expand Down
Loading